#include "CoreMinimal.h"
#include "UObject/Object.h"
#include "UObject/ObjectMacros.h"
#include "EngineCustomTimeStep.generated.h"
Go to the source code of this file.
◆ 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.
|