Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGComponent
Description
Move all generated resources under a new actor, following a template (AActor if not provided), clearing all link to this PCG component. Returns the new actor.
| Name | ClearPCGLink |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGComponent.h |
| Include Path | #include "PCGComponent.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGComponent.cpp |
UFUNCTION (BlueprintCallable, Category=PCG)
AActor * ClearPCGLink
(
UClass * TemplateActor
)