42 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
"PhysicalMaterial|Strength", meta = (ClampMin = 0, ForceUnits =
"MPa"))
49 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "PhysicalMaterial|Strength", meta = (ClampMin = 0, ForceUnits = "
MPa"))
50 float CompressionStrength;
56 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "PhysicalMaterial|Strength", meta = (ClampMin = 0, ForceUnits = "
MPa"))
114 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category=PhysicalMaterial, meta=(ClampMin=0))
118 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = PhysicalMaterial, meta = (ClampMin = 0))
119 float StaticFriction;
122 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = PhysicalMaterial, meta = (
editcondition =
"bOverrideFrictionCombineMode"))
126 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = PhysicalMaterial)
127 bool bOverrideFrictionCombineMode;
130 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = PhysicalMaterial, meta=(ClampMin=0, ClampMax=1))
134 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = PhysicalMaterial, meta = (
editcondition =
"bOverrideRestitutionCombineMode"))
138 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = PhysicalMaterial)
139 bool bOverrideRestitutionCombineMode;
146 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = PhysicalMaterial, meta = (ClampMin = 0, ForceUnits =
"g/cm3"))
150 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = PhysicalMaterial, meta = (ClampMin = 0))
151 float SleepLinearVelocityThreshold;
154 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = PhysicalMaterial, meta = (ClampMin = 0))
155 float SleepAngularVelocityThreshold;
158 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = PhysicalMaterial, meta = (ClampMin = 0))
159 int32 SleepCounterThreshold;
166 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = Advanced, meta=(ClampMin=0.1, ClampMax=1))
167 float RaiseMassToPower;
170 UE_DEPRECATED(5.3,
"This property is not used anywhere, use Geometry Collection damage threshold related features instead")
172 float DestructibleDamageThresholdScale_DEPRECATED;
190 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category=
"Debugging", AdvancedDisplay)
203 UPROPERTY(EditAnywhere, Category =
"Experimental|Softness", meta = (EditCondition =
"bShowExperimentalProperties"))
208 UPROPERTY(EditAnywhere, Category =
"Experimental|Softness", meta = (ClampMin = 0, EditCondition =
"bShowExperimentalProperties"))
209 float SoftCollisionThickness;
214 UPROPERTY(EditAnywhere, Category =
"Experimental|Stickiness", meta = (ClampMin = 0, Units =
kgcm, EditCondition =
"bShowExperimentalProperties"))
215 float BaseFrictionImpulse;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127