![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ClothConfigNv.h>
Public Member Functions | |
| FClothConstraintSetupNv () | |
| void | MigrateFrom (const FClothConstraintSetup_Legacy &Setup) |
| void | MigrateTo (FClothConstraintSetup_Legacy &Setup) const |
Public Attributes | |
| float | Stiffness |
| float | StiffnessMultiplier |
| float | StretchLimit |
| float | CompressionLimit |
Container for a constraint setup, these can be horizontal, vertical, shear and bend.
| FClothConstraintSetupNv::FClothConstraintSetupNv | ( | ) |
| void FClothConstraintSetupNv::MigrateFrom | ( | const FClothConstraintSetup_Legacy & | Setup | ) |
| void FClothConstraintSetupNv::MigrateTo | ( | FClothConstraintSetup_Legacy & | Setup | ) | const |
| float FClothConstraintSetupNv::CompressionLimit |
| float FClothConstraintSetupNv::Stiffness |
| float FClothConstraintSetupNv::StiffnessMultiplier |
| float FClothConstraintSetupNv::StretchLimit |