Init

DESCRIPTION:

Initializes ARToolkit framework

INPUTS:

  • Target [ARToolkitComponent]: The Unreal Engine/ARToolkit interface object.
  • Detection mode [EDetectionMode]: Template Matching Mono – Fiducial markers (like Hiro or Knaji), or Matrix Code Detection for 2D Barcode Matrix markers

OUTPUTS:

  • Webcam ResX [int]: Webcam horizontal resolution (640)
  • Webcam ResY [int]: Webcam vertical resolution (480)
  • First Run IOS [boolean]: True if the app runs at the first time on IOS devices.
  • Return Value [Boolean]: The value (true/false) that indicates whether the ARToolkit library initialized successfully or not.