Navigation
API > API/Plugins > API/Plugins/DataflowEditor
Get skin weights selection attributes.
| Name | FDataflowGetSkinningSelectionNode |
| 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 FDataflowGetSkinningSelectionNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FDataflowGetSkinningSelectionNode
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Collection | DATAFLOW_NODE_DEFINE_INTERNAL(FDataflowGetSkinningSelectionNode, "GetSkinningSelection", "Collection", "Get 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 |
|
| VertexGroup | FScalarVertexPropertyGroup | Target group in which the attributes are stored | DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h |
|