Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGGraph
Description
Overridable function for child classes to have a graph-wide node title sanitization when the title of a node changes. Returns true if the title have changed.
| Name | SanitizeNodeTitle |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGGraph.h |
| Include Path | #include "PCGGraph.h" |
virtual bool SanitizeNodeTitle
(
FName & InOutTitle,
const UPCGNode * InNode
) const