Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraph.h |
| Include | #include "EdGraph/EdGraph.h" |
Syntax
template<typename NodeType>
struct FGraphNodeCreator
Remarks
Helper object to ensure a graph node is correctly constructed
Typical use pattern is: FGraphNodeCreator
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGraphNodeCreator
(
UEdGraph& InGraph |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor. Ensures that finalized was called |
Functions
| Type | Name | Description | |
|---|---|---|---|
| NodeType * | CreateNode
(
bool bSelectNewNode, |
Create an empty placeable graph node | |
| NodeType * | CreateUserInvokedNode
(
bool bSelectNewNode, |
Create an empty placeable graph node | |
| void | Finalize () |
Call to finalize the node's construction |