Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothConfig.h |
Include |
#include "ClothConfig.h" |
class UClothConfigCommon : public UClothConfigBase
Common configuration base class.
Name | Description | |
---|---|---|
|
UClothConfigCommon() |
Name | Description | |
---|---|---|
|
~UClothConfigCommon() |
Name | Description | ||
---|---|---|---|
|
MigrateFrom ( |
Migrate from the legacy FClothConfig structure. |
|
|
MigrateFrom ( |
Migrate from shared configs. |
|
|
MigrateTo |
Migrate to the legacy FClothConfig structure. |
Name | Description | ||
---|---|---|---|
|
float |
GetSelfCollisionRadius() |
Return the self collision radius to precomute self collision data. |
|
NeedsInverseMasses() |
Return whether to pre-compute inverse masses. |
|
|
NeedsNumInfluences() |
Return whether to pre-compute the influences. |
|
|
NeedsSelfCollisionData() |
Return whether to pre-compute self collision data. |
|
|
NeedsTethers() |
Return whether to pre-compute the long range attachment tethers. |
|
|
TethersUseGeodesicDistance() |
Return whether tethers need to be calculated using geodesic distances instead of eclidean. |