ECustomTimeStepSynchronizationState

Possible states of CustomTimeStep.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineCustomTimeStep.h

Include

#include "Engine/EngineCustomTimeStep.h"

Syntax

enum ECustomTimeStepSynchronizationState
{
    Closed,
    Error,
    Synchronized,
    Synchronizing,
}

Values

Name

Description

Closed

CustomTimeStep has not been initialized or has been shutdown.

Error

CustomTimeStep error occurred during Synchronization.

Synchronized

CustomTimeStep is currently synchronized with the source.

Synchronizing

CustomTimeStep is initialized and being prepared for synchronization.

Remarks

Possible states of CustomTimeStep.

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