Navigation
API > API/Runtime > API/Runtime/AugmentedReality
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARSessionConfig.h |
| Include | #include "ARSessionConfig.h" |
Syntax
enum EARFrameSyncMode
{
SyncTickWithCameraImage = 0,
SyncTickWithoutCameraImage = 1,
}
Values
| Name | Description |
|---|---|
| SyncTickWithCameraImage | Unreal tick will be synced with the camera image update rate. |
| SyncTickWithoutCameraImage | Unreal tick will not related to the camera image update rate. |
Remarks
Options for how the Unreal frame synchronizes with camera image updates. This feature is used by ARCore.