36 UPROPERTY(config, VisibleAnywhere, Category = Compression)
37 int32 CompressCommandletVersion;
40 UPROPERTY(config, EditAnywhere, Category = Compression)
44 UPROPERTY(config, EditAnywhere, Category = Compression)
45 bool ForceRecompression;
48 UPROPERTY(config, EditAnywhere, Category = Compression)
49 bool bForceBelowThreshold;
54 UPROPERTY(config, EditAnywhere, Category = Compression)
55 bool bFirstRecompressUsingCurrentOrDefault;
58 UE_DEPRECATED(5.1,
"This is being removed because it is unused")
59 UPROPERTY(config , meta = (DeprecatedProperty, DeprecationMessage =
"No longer used."))
60 bool bRaiseMaxErrorToExisting;
63 UPROPERTY(config, EditAnywhere, Category = Performance)
64 bool bEnablePerformanceLog;
67 UPROPERTY(config, EditAnywhere, Category = Performance)
68 bool bStripAnimationDataOnDedicatedServer;
71 UPROPERTY(config, EditAnywhere, Category = Performance)
72 bool bTickAnimationOnSkeletalMeshInit;
105 UPROPERTY(config, EditAnywhere, DisplayName=
"User Defined Struct Animation Attributes (Runtime only, Non-blendable)", Category =
AnimationAttributes, meta=(AllowedClasses=
"/Script/Engine.UserDefinedStruct"))
109 UPROPERTY(config, EditAnywhere, Category = Mirroring)
113 UPROPERTY(config, EditAnywhere, Category = AnimationData)
117 UPROPERTY(config, EditAnywhere, Category = AnimationData)
118 bool bEnforceSupportedFrameRates;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127