UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EngineCustomTimeStep.h File Reference
#include "CoreMinimal.h"
#include "UObject/Object.h"
#include "UObject/ObjectMacros.h"
#include "EngineCustomTimeStep.generated.h"

Go to the source code of this file.

Classes

class  UEngineCustomTimeStep
 

Enumerations

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

Enumeration Type Documentation

◆ ECustomTimeStepSynchronizationState

Possible states of CustomTimeStep.

Enumerator
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.