28 : bRecordInWorldSpace(
true)
29 , bRemoveRootAnimation(
true)
30 , bAutoSaveAsset(
false)
31 , SampleFrameRate(DefaultSampleFrameRate)
32 ,
Length((
float)DefaultMaximumLength)
36 , bCheckDeltaTimeAtBeginning(
true)
37 , bRecordTransforms(
true)
38 , bRecordMorphTargets(
true)
39 , bRecordAttributeCurves(
true)
40 , bRecordMaterialCurves(
true)
41 , bTransactRecording(
true)
45 UPROPERTY(EditAnywhere, Category =
"Settings")
49 UPROPERTY(EditAnywhere, Category = "Settings")
50 bool bRemoveRootAnimation;
53 UPROPERTY(EditAnywhere, Category = "Settings")
57 UPROPERTY(EditAnywhere, Category = "Settings")
61 UPROPERTY(EditAnywhere, Category = "Settings")
65 UPROPERTY(EditAnywhere, Category = "Settings")
69 UPROPERTY(EditAnywhere, Category = "Settings", DisplayName = "Interpolation Mode")
73 UPROPERTY(EditAnywhere, Category = "Settings")
77 bool bCheckDeltaTimeAtBeginning;
80 UPROPERTY(EditAnywhere, Category = "Settings")
81 bool bRecordTransforms;
84 UPROPERTY(EditAnywhere, Category = "Settings")
85 bool bRecordMorphTargets;
88 UPROPERTY(EditAnywhere, Category = "Settings")
89 bool bRecordAttributeCurves;
92 UPROPERTY(EditAnywhere, Category = "Settings")
93 bool bRecordMaterialCurves;
96 UPROPERTY(EditAnywhere, Category = "Settings")
97 bool bTransactRecording;
100 UPROPERTY(EditAnywhere, Category = "Settings")
104 UPROPERTY(EditAnywhere, Category = "Settings")
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127