Navigation
API > API/Plugins > API/Plugins/DataflowNodes > API/Plugins/DataflowNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FDataflowCollectionAddScalarVertexPropertyNode
References
| Module | DataflowNodes |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowNodes/Public/Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h |
| Include | #include "Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h" |
Syntax
USTRUCT (Meta=(DataflowCollection))
struct FDataflowCollectionAddScalarVertexPropertyNode : public FDataflowNode
Remarks
Scalar vertex properties.
Variables
| Type | Name | Description | |
|---|---|---|---|
| DATAFLOW_NODE_DEFINE_INTERNAL(FDataflowCollectionAddScalarVertexPropertyNode, "AddScalarVertexProper... | Name | The name to be set as a weight map attribute. | |
| TArray< float > | VertexWeights |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDataflowCollectionAddScalarVertexPropertyNode
(
const Dataflow::FNodeParameters& InParam, |