Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGComponent
Syntax
UPROPERTY (BlueprintReadWrite, EditAnywhere, Category=Settings, Meta=(DisplayPriority=700))
TArray < FName > PostGenerateFunctionNames
Remarks
Can specify a list of functions from the owner of this component to be called when generation is done, in order. Need to take (and only take) a PCGDataCollection as parameter and with "CallInEditor" flag enabled.