Navigation
API > API/Plugins > API/Plugins/ChaosClothAsset
Cloth collection extended schemas.
| Name | UE::Chaos::ClothAsset::EClothCollectionExtendedSchemas |
| Type | enum |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAsset/Public/ChaosClothAsset/ClothCollectionExtendedSchemas.h |
| Include Path | #include "ChaosClothAsset/ClothCollectionExtendedSchemas.h" |
Syntax
namespace UE
{
namespace Chaos
{
namespace ClothAsset
{
enum EClothCollectionExtendedSchemas
{
None = 0,
RenderDeformer = 1 << 1,
Solvers = 1 << 2,
Fabrics = 1 << 3,
SimMorphTargets = 1 << 4,
CookedOnly = 1 << 5,
Resizing = 1 << 6,
SimAccessoryMeshes = 1 << 7,
Import = 1 << 8,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| RenderDeformer | |
| Solvers | |
| Fabrics | |
| SimMorphTargets | |
| CookedOnly | |
| Resizing | |
| SimAccessoryMeshes | |
| Import |