Navigation
API > API/Plugins > API/Plugins/DataflowNodes
| Name | FDataflowVertexAttributeEditableNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowNodes/Public/Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h |
| Include Path | #include "Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h" |
Syntax
USTRUCT ()
struct FDataflowVertexAttributeEditableNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FDataflowVertexAttributeEditableNode
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h | |||
FDataflowVertexAttributeEditableNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h |
Classes
| Name | Remarks |
|---|---|
| FEditNodeToolChange |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetExtraVertexMapping
(
UE::Dataflow::FContext& Context, |
Provide a extra indirection vertex mapping - optional will return empty by default | Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h | |
virtual void GetSupportedViewModes
(
UE::Dataflow::FContext& Context, |
Get the list of view mode supported by this node when being edited | Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h | |
virtual void GetVertexAttributeValues
(
UE::Dataflow::FContext& Context, |
Get the absolute vertex attribute values | Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h | |
TUniquePtr< class FToolCommandChange > MakeEditNodeToolChange() |
Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h | ||
virtual void SetVertexAttributeValues
(
UE::Dataflow::FContext& Context, |
Set the absolute vertex attribute values - InWeightIndices can be used to sepcify which indices are to be set | Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h |