Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetImportNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/ImportNode.h |
| Include | #include "ChaosClothAsset/ImportNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetImportNode : public FDataflowNode
Remarks
Import an existing Cloth Asset into the graph.
Variables
| Type | Name | Description | |
|---|---|---|---|
| DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetImportNode, "ClothAssetImport", "Cloth", "Cloth Asset ... | ClothAsset | The Cloth Asset to import into a collection. | |
| int32 | ImportLod | The LOD to import into the collection. Only one LOD can be imported at a time. | |
| FChaosClothAssetImportNodeRefreshAsset | ReimportAsset | Reimport the imported asset. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetImportNode
(
const Dataflow::FNodeParameters& InParam, |