24 UPROPERTY(config,EditAnywhere,Category = Constants)
25 float DefaultGravityZ;
28 UPROPERTY(config,EditAnywhere,Category = Constants)
29 float DefaultTerminalVelocity;
32 UPROPERTY(config,EditAnywhere,Category = Constants)
33 float DefaultFluidFriction;
36 UPROPERTY(config,EditAnywhere,Category = Constants,meta = (ClampMin =
"0",UIMin =
"0"))
37 int32 SimulateScratchMemorySize;
40 UPROPERTY(config,EditAnywhere,meta = (ClampMin =
"1",UIMin =
"1",ClampMax =
"127",UIMax =
"127"),Category = Constants)
41 int32 RagdollAggregateThreshold;
44 UPROPERTY(config,EditAnywhere,AdvancedDisplay,meta = (ClampMin =
"-1.0",UIMin =
"-1.0",ClampMax =
"10.0",UIMax =
"10.0"),Category = Constants)
45 float TriangleMeshTriangleMinAreaThreshold;
49 bool bEnableEnhancedDeterminism;
53 bool bEnableShapeSharing;
61 bool bEnableStabilization;
65 bool bWarnMissingLocks;
69 bool bEnable2DPhysics;
74 bool bDefaultHasComplexCollision_DEPRECATED;
78 UPROPERTY(config, EditAnywhere, Category =
Simulation, meta = (ClampMin =
"0", UIMin =
"0"))
79 float BounceThresholdVelocity;
91 float MaxAngularVelocity;
95 float MaxDepenetrationVelocity;
98 UPROPERTY(config, EditAnywhere, Category =
Simulation, meta = (ClampMin =
"0.001", UIMin =
"0.001"))
99 float ContactOffsetMultiplier;
102 UPROPERTY(config, EditAnywhere, Category =
Simulation, meta = (ClampMin =
"0.0001", UIMin =
"0.0001"))
103 float MinContactOffset;
106 UPROPERTY(config, EditAnywhere, Category =
Simulation, meta = (ClampMin =
"0.001", UIMin =
"0.001"))
107 float MaxContactOffset;
114 bool bSimulateSkeletalMeshOnDedicatedServer;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127