Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetDeleteElementNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/DeleteElementNode.h |
| Include | #include "ChaosClothAsset/DeleteElementNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetDeleteElementNode : public FDataflowNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDeleteRenderMesh | Delete the render mesh. | |
| bool | bDeleteSimMesh | Delete the sim mesh. | |
| TArray< int32 > | Elements | List of Elements to delete from Group. All Elements will be used if left empty. | |
| FChaosClothAssetNodeSelectionGroup | Group | Delete specific elements. | |
| FChaosClothAssetConnectableIStringValue | SelectionName | Set of Elements to delete. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetDeleteElementNode
(
const Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TArray< FName > & | Return a cached array of all the groups used by the input collection during at the time of the latest evaluation. |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetDeleteElementNode, "DeleteElement", "Cloth", "Cloth Si... | ElementType_DEPRECATED | Element type to delete. |