Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetSelectionToWeightMapNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SelectionToWeightMapNode.h |
| Include | #include "ChaosClothAsset/SelectionToWeightMapNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetSelectionToWeightMapNode : public FDataflowNode
Remarks
Convert an integer index selection to a vertex weight map where different map values can be set for selected and unselected vertices.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FManagedArrayCollection | Collection | ||
| float | SelectedValue | The value selected vertices receive. | |
| FString | SelectionName | The name of the selection to convert. | |
| float | UnselectedValue | The value unselected vertices receive. | |
| FString | WeightMapName | The name of the weight map attribute that will be added to the collection. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetSelectionToWeightMapNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FChaosClothAssetSelectionToWeightMapNode, |
|||
FName
(
"FClothCollection" |