EARFrameSyncMode

Options for how the Unreal frame synchronizes with camera image updates.

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.

Remarks

Options for how the Unreal frame synchronizes with camera image updates. This feature is used by ARCore.

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