Navigation
API > API/Plugins > API/Plugins/InterchangeChaosClothAssetImport
| |
|
| Name |
UInterchangeChaosClothAssetFactory |
| Type |
class |
| Header File |
/Engine/Plugins/Interchange/Extensions/ChaosClothAsset/Source/Import/Public/InterchangeChaosClothAssetFactory.h |
| Include Path |
#include "InterchangeChaosClothAssetFactory.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeChaosClothAssetFactory : public UInterchangeFactoryBase
Inheritance Hierarchy
Structs
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| CombinedCollection |
TSharedPtr< FManagedArrayCollection > |
Basically the final output of the factory, is added to the Dataflow graph as a variable override Shared ownership to easily meet the facade interfaces |
InterchangeChaosClothAssetFactory.h |
|
| RenderMeshPayloadDataArray |
TArray< FRenderMeshPayloadData > |
|
InterchangeChaosClothAssetFactory.h |
|
| SimMeshPayloadDataArray |
TArray< TSharedPtr< FManagedArrayCollection > > |
|
InterchangeChaosClothAssetFactory.h |
|
Functions