Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon
Inheritance Hierarchy
- IClothingSimulation
- FClothingSimulationCommon
- FClothingSimulation
References
| Module | ClothingSystemRuntimeCommon |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothingSimulation.h |
| Include | #include "ClothingSimulation.h" |
Syntax
class FClothingSimulationCommon : public IClothingSimulation
Remarks
Base simulation to fill in common data for the base context.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | MaxPhysicsDelta | Maximum physics time, incoming deltas will be clamped down to this value on long frames |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IClothingSimulation
| Type | Name | Description | |
|---|---|---|---|
| void | FillContext
(
USkeletalMeshComponent* InComponent, |
Fills in the base data for a clothing simulation | |
| void | FillContext
(
USkeletalMeshComponent* InComponent, |
Fills in the base data for a clothing simulation |