Navigation
API > API/Plugins > API/Plugins/DataflowNodes
Interface for defining vertex property groups this is used by nodes to know how to access collection data from a specific vertex group
| Name | IDataflowAddScalarVertexPropertyCallbacks |
| Type | class |
| Header File | /Engine/Plugins/Dataflow/Source/DataflowNodes/Public/Dataflow/DataflowVertexPropertyGroup.h |
| Include Path | #include "Dataflow/DataflowVertexPropertyGroup.h" |
Syntax
class IDataflowAddScalarVertexPropertyCallbacks
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IDataflowAddScalarVertexPropertyCallbacks() |
Dataflow/DataflowVertexPropertyGroup.h |
Structs
| Name | Remarks |
|---|---|
| FTargetGroupInfo |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FAttributeKey | FDataflowNode::FAttributeKey | Dataflow/DataflowVertexPropertyGroup.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetName() |
Dataflow/DataflowVertexPropertyGroup.h | ||
TArray< UE::Dataflow::FRenderingParameter > GetRenderingParameters() |
Dataflow/DataflowVertexPropertyGroup.h | ||
| Dataflow/DataflowVertexPropertyGroup.h |
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetTargetGroupInfos
(
TArray< FTargetGroupInfo >& OutInfos |
Dataflow/DataflowVertexPropertyGroup.h |