Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeNv
References
| Module | ClothingSystemRuntimeNv |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeNv/Public/ClothConfigNv.h |
| Include | #include "ClothConfigNv.h" |
Syntax
struct FClothConstraintSetupNv
Remarks
Container for a constraint setup, these can be horizontal, vertical, shear and bend.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | CompressionLimit | The hard limit on how far this constraint can compress. | |
| float | Stiffness | How stiff this constraint is, this affects how closely it will follow the desired position. | |
| float | StiffnessMultiplier | A multiplier affecting the above value. | |
| float | StretchLimit | The hard limit on how far this constraint can stretch. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | MigrateFrom
(
const FClothConstraintSetup_Legacy& Setup |
Migrate from the legacy FClothConstraintSetup structure. | |
| void | MigrateTo
(
FClothConstraintSetup_Legacy& Setup |
Migrate to the legacy FClothConstraintSetup structure. |