Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetWeightMapToSelectionNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/WeightMapToSelectionNode.h |
| Include | #include "ChaosClothAsset/WeightMapToSelectionNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetWeightMapToSelectionNode : public FDataflowNode
Remarks
Convert a vertex weight map to an integer selection set.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FManagedArrayCollection | Collection | ||
| FString | SelectionName | The name of the select attribute that will be added to the collection. | |
| float | SelectionThreshold | Map values above this will be selected. | |
| EChaosClothAssetWeightMapConvertableSelectionType | SelectionType | The type of element the selection refers to | |
| FString | WeightMapName | The name of the Weight Map to convert. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetWeightMapToSelectionNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FChaosClothAssetWeightMapToSelectionNode, |
|||
FName
(
"FClothCollection" |