Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGSettingsInterface
Description
Dedicated method to change debug state because some nodes have more complex behavior on enable/disable (such as reroutes). Returns true if the flag actually changed.
| Name | SetDebugged |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGSettings.h |
| Include Path | #include "PCGSettings.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGSettings.cpp |
bool SetDebugged
(
bool bInDebugged
)