Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGSubsystem
Description
Unregister a PCG Component, will be removed from the octree. Can force it, if we have a delayed unregister. Thread safe
| Name | UnregisterPCGComponent |
| 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 UnregisterPCGComponent
(
UPCGComponent * InComponent,
bool bForce
)