Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FDataflowTerminalNode
- FChaosClothAssetTerminalNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/TerminalNode.h |
| Include | #include "ChaosClothAsset/TerminalNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth, DataflowTerminal))
struct FChaosClothAssetTerminalNode : public FDataflowTerminalNode
Remarks
Cloth terminal node to generate a cloth asset from a cloth collection.
Variables
| Type | Name | Description | |
|---|---|---|---|
| DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetTerminalNode, "ClothAssetTerminal", "Cloth", "Cloth Te... | CollectionLod0 | LOD 0 input, right click on the node and add pins to add more LODs. | |
| FManagedArrayCollection | CollectionLod1 | LOD 1 input, right click on the node and add pins to add more LODs. | |
| FManagedArrayCollection | CollectionLod2 | LOD 2 input, right click on the node and add pins to add more LODs. | |
| FManagedArrayCollection | CollectionLod3 | LOD 3 input, right click on the node and add pins to add more LODs. | |
| FManagedArrayCollection | CollectionLod4 | LOD 4 input, right click on the node and add pins to add more LODs. | |
| FManagedArrayCollection | CollectionLod5 | LOD 5 input, right click on the node and add pins to add more LODs. | |
| int32 | NumLods | The number of LODs currently exposed to the node UI. | |
| FChaosClothAssetTerminalNodeRefreshAsset | RefreshAsset | Refresh the asset even if the ClothCollection hasn't changed. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetTerminalNode
(
const Dataflow::FNodeParameters& InParam, |