7#include "CatchupFixedRateCustomTimeStep.generated.h"
21UCLASS(Blueprintable, editinlinenew, meta = (DisplayName =
"Catchup Fixed Rate"), MinimalAPI)
54 UPROPERTY(EditAnywhere, Category =
"Timing")
58 UPROPERTY(EditAnywhere, Category = "Timing", meta = (ClampMin = "2"))
59 double MaxCatchupSeconds = 16;
64 double SimulationSeconds = 0;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
ECustomTimeStepSynchronizationState
Definition EngineCustomTimeStep.h:15
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_UCLASS_BODY(...)
Definition ObjectMacros.h:768
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition IClockedTimeStep.h:19
Definition CatchupFixedRateCustomTimeStep.h:23
Definition FixedFrameRateCustomTimeStep.h:23
Definition FrameRate.h:21
Definition Optional.h:131