65 UPROPERTY(EditAnywhere, Category =
"Settings", meta=(InlineEditConditionToggle=
true))
69 UPROPERTY(EditAnywhere, Category = "Settings", meta=(ForceUnits=s, ClampMin=0.5, EditCondition="bValidEngineTimeEnabled"))
70 float ValidEngineTime = 1.0f;
73 UPROPERTY(EditAnywhere, Category = "Settings", meta=(ForceUnits=s))
74 float EngineTimeOffset = 0.0f;
77 UPROPERTY(VisibleAnywhere, Category = "Settings", AdvancedDisplay, meta = (ForceUnits = s))
78 double EngineTimeClockOffset = 0.0;
81 UPROPERTY(VisibleAnywhere, Category = "Settings", AdvancedDisplay, meta = (ForceUnits = s))
82 double SmoothEngineTimeOffset = 0.0;
84#if WITH_EDITORONLY_DATA
92 UPROPERTY(EditAnywhere, Category =
"Settings")
96 UPROPERTY(VisibleAnywhere, Category = "Settings")
104 UPROPERTY(EditAnywhere, Category =
"Settings")
112 UPROPERTY(EditAnywhere, Category = "Settings", meta=(EditCondition="bGenerateSubFrame"))
116 UPROPERTY(EditAnywhere, Category =
"Settings", meta=(InlineEditConditionToggle=
true))
120 UPROPERTY(EditAnywhere, Category = "Settings", meta=(ClampMin=1, EditCondition="bValidTimecodeFrameEnabled"))
124 UPROPERTY(EditAnywhere, Category = "Settings")
125 float TimecodeFrameOffset = 0.f;
128 UPROPERTY(VisibleAnywhere, Category = "Settings", AdvancedDisplay, meta = (ForceUnits = s))
129 double TimecodeClockOffset = 0.0;
132 UPROPERTY(EditAnywhere, Category = "Settings")
140 UPROPERTY(EditAnywhere, AdvancedDisplay, Category = "Settings")
141 bool bKeepAtLeastOneFrame =
true;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127