unreal.PCGSpawnActorGenerationTrigger¶
- class unreal.PCGSpawnActorGenerationTrigger¶
Bases:
EnumBaseEPCGSpawn Actor Generation Trigger
C++ Source:
Plugin: PCG
Module: PCG
File: PCGSpawnActor.h
- DEFAULT: PCGSpawnActorGenerationTrigger = Ellipsis¶
Default; will trigger generation if a PCG Component exists and has the ‘Generate On Load’ trigger.
- Type:
0
- DO_NOT_GENERATE: PCGSpawnActorGenerationTrigger = Ellipsis¶
Will never call generation on any PCG components
- Type:
3
- DO_NOT_GENERATE_IN_EDITOR: PCGSpawnActorGenerationTrigger = Ellipsis¶
Will not trigger generation in the editor but decays to Default otherwise.
- Type:
2
- FORCE_GENERATE: PCGSpawnActorGenerationTrigger = Ellipsis¶
Will trigger generation if a PCG Component exists, regardless of generation trigger.
- Type:
1