unreal.PCGGetExecutionContextMode¶
- class unreal.PCGGetExecutionContextMode¶
Bases:
EnumBaseEPCGGet Execution Context Mode
C++ Source:
Plugin: PCG
Module: PCG
File: PCGGetExecutionContext.h
- HAS_AUTHORITY: PCGGetExecutionContextMode = Ellipsis¶
Returns whether the execution context is running with network authority.
- Type:
8
- IS_BUILDER: PCGGetExecutionContextMode = Ellipsis¶
Returns whether the execution source is generated by the PCG World Partition Builder. Always false in non-editor.
- Type:
9
- IS_DEDICATED_SERVER: PCGGetExecutionContextMode = Ellipsis¶
Returns whether the executing context is running on a dedicated server.
- Type:
6
- IS_EDITOR: PCGGetExecutionContextMode = Ellipsis¶
Returns whether the execution happens in the editor (not in PIE and not runtime generation (including editor viewport generation).
- Type:
0
- IS_GAME_WORLD: PCGGetExecutionContextMode = Ellipsis¶
Returns whether the execution happens in a game world.
- Type:
11
- IS_LISTEN_SERVER: PCGGetExecutionContextMode = Ellipsis¶
Returns whether the executing context is running on a listen server.
- Type:
7
- IS_LOCAL: PCGGetExecutionContextMode = Ellipsis¶
Returns whether the executing context is partitioned (in opposition to original).
- Type:
3
- IS_ORIGINAL: PCGGetExecutionContextMode = Ellipsis¶
Returns whether the executing context is the original context (e.g. not partitioned).
- Type:
2
- IS_PARTITIONED: PCGGetExecutionContextMode = Ellipsis¶
Returns whether the executing context is the original context and that it is partitioned.
- Type:
4
- IS_RUNTIME: PCGGetExecutionContextMode = Ellipsis¶
Returns whether the execution happens in a runtime environment (PIE or cooked build or any runtime generation (including editor viewport generation).
- Type:
1
- IS_RUNTIME_GENERATION: PCGGetExecutionContextMode = Ellipsis¶
Returns whether the executing context is doing runtime generation.
- Type:
5
- TRACKING_PRIORITY: PCGGetExecutionContextMode = Ellipsis¶
Gives tracking priority of the graph instance (lower values are unaffected by changes triggered by higher values). Always 0 in non-editor.
- Type:
10