EARFrameSyncMode

Windows
MacOS
Linux

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss