Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGComponent
Syntax
UPROPERTY&40;BlueprintReadWrite, EditAnywhere, AdvancedDisplay, Category&61;Properties&41;
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.