Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGSubsystem
Description
Register a new Partition actor, will be added to a map and will query all intersecting volume to bind to them if asked. Thread safe
| Name | RegisterPartitionActor |
| 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 RegisterPartitionActor
(
APCGPartitionActor * InActor
)