Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon
Common flags used by InvalidateCachedData.
| Name | EClothingCachedDataFlagsCommon |
| Type | enum |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothingAsset.h |
| Include Path | #include "ClothingAsset.h" |
Syntax
enum EClothingCachedDataFlagsCommon
{
None = 0,
InverseMasses = 1 << 0,
NumInfluences = 1 << 1,
SelfCollisionData = 1 << 2,
Tethers = 1 << 3,
All = 0xFF,
}
Values
| Name | Remarks |
|---|---|
| None | |
| InverseMasses | |
| NumInfluences | |
| SelfCollisionData | |
| Tethers | |
| All |