Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGSubsystem
Description
Delete serialized partition actors in the level. If 'bOnlyDeleteUnused' is true, only PAs with no graph instances will be deleted.
| Name | DeleteSerializedPartitionActors |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGSubsystem.h |
| Include Path | #include "PCGSubsystem.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGSubsystem.cpp |
void DeleteSerializedPartitionActors
(
bool bOnlyDeleteUnused,
bool bOnlyChildren
)