33 bool bExportTransforms =
true;
35 bool bExportMorphTargets =
true;
37 bool bExportAttributeCurves =
true;
39 bool bExportMaterialCurves =
true;
45 bool bRecordInWorldSpace =
false;
47 bool bEvaluateAllSkeletalMeshComponents =
true;
51 TArray<FString> IncludeAnimationNames;
54 TArray<FString> ExcludeAnimationNames;
63 bool bUseCustomTimeRange =
false;
65 UPROPERTY(BlueprintReadWrite, meta = (EditCondition = bUseCustomTimeRange), Category =
Property)
68 UPROPERTY(BlueprintReadWrite, meta = (EditCondition = bUseCustomTimeRange), Category =
Property)
71 UPROPERTY(EditAnywhere, BlueprintReadWrite, meta = (EditCondition = bUseCustomTimeRange), Category =
Property)
76 bool bUseCustomFrameRate =
false;
79 UPROPERTY(BlueprintReadWrite, meta = (EditCondition = bUseCustomFrameRate), Category =
Property)
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127