Navigation
API > API/Plugins > API/Plugins/InterchangeChaosClothAssetImport
Cloth-specific payload data provided for a Mesh prim
| Name | UInterchangeChaosClothAssetPayloadData |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Extensions/ChaosClothAsset/Source/Import/Public/InterchangeChaosClothAssetPayloadData.h |
| Include Path | #include "InterchangeChaosClothAssetPayloadData.h" |
Syntax
UCLASS ()
class UInterchangeChaosClothAssetPayloadData : public UInterchangeGenericPayloadData
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeGenericPayloadData → UInterchangeChaosClothAssetPayloadData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Collection | TSharedPtr< FManagedArrayCollection > | Collection extracted from the Mesh. | InterchangeChaosClothAssetPayloadData.h | |
| RenderPatterns | TMap< FName, TSet< int32 > > | Mesh render data is mostly provided via the standard Interchange mesh payloads. | InterchangeChaosClothAssetPayloadData.h |