Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetSelectionNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SelectionNode.h |
| Include | #include "ChaosClothAsset/SelectionNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetSelectionNode : public FDataflowNode
Remarks
Integer index set selection node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FChaosClothAssetNodeSelectionGroup | Group | The type of element the selection refers to | |
| TSet< int32 > | Indices | Selected element indices | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetSelectionNode, "Selection", "Cloth", "Cloth Selection"... | Name | The name to give the selection attribute | |
| FChaosClothAssetNodeSelectionGroup | SecondaryGroup | The type of element the secondary selection refers to | |
| TSet< int32 > | SecondaryIndices | Secondary set of element indices |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetSelectionNode
(
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 | |
|---|---|---|---|
| EChaosClothAssetSelectionType | Type_DEPRECATED | The type of element the selection refers to |