Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGGraph
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPCGNode * AddNode
(
UPCGSettingsInterface* InSettings |
Creates a node using the given settings interface. | PCGGraph.h | |
| PCGGraph.h |
AddNode(UPCGSettingsInterface *)
Description
Creates a node using the given settings interface. Does not manage ownership - done outside of this method.
| Name | AddNode |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGGraph.h |
| Include Path | #include "PCGGraph.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGGraph.cpp |
UPCGNode * AddNode
(
UPCGSettingsInterface * InSettings
)
AddNode(UPCGNode *)
| Name | AddNode |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGGraph.h |
| Include Path | #include "PCGGraph.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGGraph.cpp |
void AddNode
(
UPCGNode * InNode
)