unreal.ARFrameSyncMode

class unreal.ARFrameSyncMode

Bases: unreal.EnumBase

EARFrame Sync Mode

C++ Source:

  • Module: AugmentedReality

  • File: ARSessionConfig.h

SYNC_TICK_WITHOUT_CAMERA_IMAGE

Unreal tick will not related to the camera image update rate.

Type

1

SYNC_TICK_WITH_CAMERA_IMAGE

Unreal tick will be synced with the camera image update rate.

Type

0