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 | |
|---|---|---|---|
| FCollectionAttributeKey | AttributeKey | ||
| FManagedArrayCollection | Collection | ||
| FString | Name | The name to be set as a weight map attribute. | |
| FScalarVertexPropertyGroup | TargetGroup | ||
| TArray< float > | VertexWeights |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDataflowCollectionAddScalarVertexPropertyNode
(
const UE::Dataflow::FNodeParameters& InParam, |