unreal.PCGComponentGenerationTrigger

class unreal.PCGComponentGenerationTrigger

Bases: EnumBase

EPCGComponent Generation Trigger

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGComponent.h

GENERATE_AT_RUNTIME: PCGComponentGenerationTrigger

Generates only when scheduled by the Runtime Generation Scheduler.

Type:

2

GENERATE_ON_DEMAND: PCGComponentGenerationTrigger

Generates only when requested (e.g. via Blueprint).

Type:

1

GENERATE_ON_LOAD: PCGComponentGenerationTrigger

Generates only when the component is loaded into the level.

Type:

0