Navigation
API > API/Plugins > API/Plugins/DataflowNodes
| Name | FMakeAttributeKeyDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowNodes/Public/Dataflow/DataflowCollectionAttributeKeyNodes.h |
| Include Path | #include "Dataflow/DataflowCollectionAttributeKeyNodes.h" |
Syntax
USTRUCT (Meta=(Dataflow))
struct FMakeAttributeKeyDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FMakeAttributeKeyDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMakeAttributeKeyDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/DataflowCollectionAttributeKeyNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AttributeIn | DATAFLOW_NODE_DEFINE_INTERNAL(FMakeAttributeKeyDataflowNode, "MakeAttributeKey", "GeometryCollection", "") public FString | Dataflow/DataflowCollectionAttributeKeyNodes.h |
|
|
| AttributeKeyOut | FCollectionAttributeKey | Dataflow/DataflowCollectionAttributeKeyNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/DataflowCollectionAttributeKeyNodes.h |