Navigation
API > API/Runtime > API/Runtime/Engine
Possible states of CustomTimeStep.
| Name | ECustomTimeStepSynchronizationState |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineCustomTimeStep.h |
| Include Path | #include "Engine/EngineCustomTimeStep.h" |
Syntax
enum ECustomTimeStepSynchronizationState
{
Closed,
Error,
Synchronized,
Synchronizing,
}
Values
| Name | Remarks |
|---|---|
| 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. |