unreal.PCGSubgraphDepthMode¶
- class unreal.PCGSubgraphDepthMode¶
Bases:
EnumBaseEPCGSubgraph Depth Mode
C++ Source:
Plugin: PCG
Module: PCG
File: PCGGetSubgraphDepth.h
- DEPTH: PCGSubgraphDepthMode = Ellipsis¶
Depth of the dynamic subgraph with respect to the top level graph.
- Type:
0
- RECURSIVE_DEPTH: PCGSubgraphDepthMode = Ellipsis¶
Recursive depth of the current subgraph, e.g. the number of times this graph is in the execution stack.
- Type:
1