Navigation
API > API/Plugins > API/Plugins/DataflowEditor
Set skin weights selection attributes.
| Name | FDataflowSetSkinningSelectionNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h |
| Include Path | #include "DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" |
Syntax
USTRUCT (Meta=(Experimental, DataflowCollection))
struct FDataflowSetSkinningSelectionNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FDataflowSetSkinningSelectionNode
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Collection | DATAFLOW_NODE_DEFINE_INTERNAL(FDataflowSetSkinningSelectionNode, "SetSkinningSelection", "Collection", "Set the skin weights selection for a future correction") public FManagedArrayCollection | DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h |
|
|
| CorrectionType | ESkinWeightsCorrectionType | Selection map key to be used in other nodes if necessary | DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h |
|
| SelectionMapKey | FCollectionAttributeKey | Selection map key to be used in other nodes if necessary | DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h |
|
| SelectionMapName | FString | Map name to be used to select vertices to correct | DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h |
|
| VertexGroup | FScalarVertexPropertyGroup | Target group in which the attributes are stored | DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionAttributeKey GetSelectionMapKey
(
UE::Dataflow::FContext& Context |
Get the selection map key to get the vertex selection on which the correction will be applied | DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h |