8#include "EngineCustomTimeStep.generated.h"
56 virtual FString GetDisplayName()
const {
return GetName(); };
60 static ENGINE_API void UpdateApplicationLastTime();
#define PURE_VIRTUAL(func,...)
Definition CoreMiscDefines.h:103
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
ECustomTimeStepSynchronizationState
Definition EngineCustomTimeStep.h:15
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UCLASS(...)
Definition ObjectMacros.h:776
#define UENUM(...)
Definition ObjectMacros.h:749
Definition EngineCustomTimeStep.h:36
virtual bool Initialize(class UEngine *InEngine) PURE_VIRTUAL(UEngineCustomTimeStep
Definition EngineCustomTimeStep.h:41
virtual void virtual Shutdown(class UEngine *InEngine) PURE_VIRTUAL(UEngineCustomTimeStep boo UpdateTimeStep)(class UEngine *InEngine) PURE_VIRTUAL(UEngineCustomTimeStep
Definition EngineCustomTimeStep.h:50
virtual ECustomTimeStepSynchronizationState GetSynchronizationState() const PURE_VIRTUAL(UEngineCustomTimeStep
Definition EngineCustomTimeStep.h:53