63 UPROPERTY(VisibleAnywhere, Category = Settings)
66 UPROPERTY(VisibleAnywhere, Category = Settings, meta = (ForceUnits = "
cm"))
67 double TargetHeight = 0.0;
69 UPROPERTY(VisibleAnywhere, Category = Settings, meta = (ForceUnits = "
Newtons"))
70 double RadialForceLimit = 0.0;
72 UPROPERTY(VisibleAnywhere, Category = Settings, meta = (ForceUnits = "
Newtons"))
73 double FrictionForceLimit = 0.0;
76 double TwistTorqueLimit = 0.0;
79 double SwingTorqueLimit = 0.0;
81 UPROPERTY(VisibleAnywhere, Category = Settings)
82 double CosMaxWalkableSlopeAngle = 0.0;
84 UPROPERTY(VisibleAnywhere, Category = Settings)
85 double DampingFactor = 0.0;
87 UPROPERTY(VisibleAnywhere, Category = Settings, meta = (ForceUnits = "
cm"))
88 double AssumedOnGroundHeight = 0.0;
99 UPROPERTY(VisibleAnywhere, Category = Data)
102 UPROPERTY(VisibleAnywhere, Category = Data, meta = (ForceUnits = "
cm"))
105 UPROPERTY(VisibleAnywhere, Category = Data, meta = (ForceUnits = "
radians"))
106 double TargetDeltaFacing = 0.0;
108 UPROPERTY(VisibleAnywhere, Category = Data, meta = (ForceUnits = "
cm"))
109 double GroundDistance = 0.0;
111 UPROPERTY(VisibleAnywhere, Category = Data)
112 double CosMaxWalkableSlopeAngle = 0.0;
EChaosVDParticlePairIndex
Definition ChaosVDParticleDataWrapper.h:90
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127