Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraph.h |
Include |
#include "EdGraph/EdGraph.h" |
template<typename NodeType>
struct FGraphNodeCreator
Helper object to ensure a graph node is correctly constructed
Typical use pattern is: FNodeGraphNodeCreate<NodeType> NodeCreator(Graph); NodeType* Node = NodeCreator.CreateNode(); calls to build out node Node->MemberVar = ... NodeCreator.Finalize
Name | Description | |
---|---|---|
|
FGraphNodeCreator ( |
Name | Description | |
---|---|---|
|
~FGraphNodeCreator() |
|
Name | Description | ||
---|---|---|---|
|
NodeType ... |
CreateNode ( |
Create an empty placeable graph node |
|
NodeType ... |
CreateUserInvokedNode ( |
Create an empty placeable graph node |
|
Finalize() |
Call to finalize the node's construction |