enum EPCGComponentGenerationTrigger
{
UMETA =(ToolTip = "Generates only when the component is loaded into the level."),
UMETA =(ToolTip = "Generates only when requested (e.g. via Blueprint)."),
UMETA =(ToolTip = "Generates only when scheduled by the Runtime Generation Scheduler."),
}