Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGGraph
Description
Internal function to react to add/remove nodes. bNotify can be set to false to not notify the world.
| Name | OnNodeAdded |
| 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 OnNodeAdded
(
UPCGNode * InNode,
bool bNotify
)