Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGNode
Description
Set the node title. Can be sanitized by the graph/settings if asked. Returns true if the title changed.
| Name | SetNodeTitle |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGNode.h |
| Include Path | #include "PCGNode.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGNode.cpp |
bool SetNodeTitle
(
FName NewTitle,
bool bApplySanitization
)