Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
AActor * ClearPCGLink
(
UClass* TemplateActor |
Move all generated resources under a new actor, following a template, clearing all link to this PCG component. | PCGComponent.h |
|
AActor * ClearPCGLink
(
const FPCGMoveResourceParams& Params |
Move all generated resources that meet the params requirements, following a template and clearing all link to this PCG component. | PCGComponent.h |
ClearPCGLink(UClass *)
Description
Move all generated resources under a new actor, following a template, clearing all link to this PCG component. Returns the newly created 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
)
ClearPCGLink(const FPCGMoveResourceParams &)
Description
Move all generated resources that meet the params requirements, following a template and clearing all link to this PCG component. Returns the newly created 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 |
AActor * ClearPCGLink
(
const FPCGMoveResourceParams & Params
)