Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UClothConfigBase
- UClothConfigCommon
- UChaosClothConfig
- UClothConfigNv
- UClothSharedConfigCommon
- UChaosClothSharedSimConfig
References
| Module | ClothingSystemRuntimeCommon |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothConfig.h |
| Include | #include "ClothConfig.h" |
Syntax
class UClothConfigCommon : public UClothConfigBase
Remarks
Common configuration base class.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | MigrateFrom
(
const FClothConfig_Legacy& |
Migrate from the legacy FClothConfig structure. | |
| void | MigrateFrom
(
const UClothSharedConfigCommon* |
Migrate from shared configs. | |
| bool | Migrate to the legacy FClothConfig structure. |
Overridden from UClothConfigBase
| Type | Name | Description | |
|---|---|---|---|
| float | Return the self collision radius to precomute self collision data. | ||
| bool | Return whether to pre-compute inverse masses. | ||
| bool | Return whether to pre-compute the influences. | ||
| bool | Return whether to pre-compute self collision data. | ||
| bool | NeedsTethers () |
Return whether to pre-compute the long range attachment tethers. | |
| bool | Return whether tethers need to be calculated using geodesic distances instead of eclidean. |