Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGSubsystem
Description
Unregister a execution source, will be removed from the octree. Can force it, if we have a delayed unregister. Thread safe
| Name | UnregisterExecutionSource |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Subsystems/PCGSubsystem.h |
| Include Path | #include "Subsystems/PCGSubsystem.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Subsystems/PCGSubsystem.cpp |
void UnregisterExecutionSource
(
IPCGGraphExecutionSource * InExecutionSource,
bool bForce
)