FFrameEndSync

Special helper class for frame end sync.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/UnrealEngine.h

Include

#include "UnrealEngine.h"

Syntax

class FFrameEndSync

Remarks

Special helper class for frame end sync. It respects a passed in option to allow one frame of lag between the game and the render thread by using two events in round robin fashion.

Functions

Name Description

Public function

void

 

Sync

(
    bool bAllowOneFrameThreadLag
)

Syncs the game thread with the render thread.

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