unreal.PCGGraphUsage¶
- class unreal.PCGGraphUsage¶
Bases:
EnumBaseEPCGGraph Usage
C++ Source:
Plugin: PCG
Module: PCG
File: PCGGraph.h
- ASSET: PCGGraphUsage = Ellipsis¶
Used for standalone graphs that generate asset(s) and can be run from the content browser.
- Type:
1
- LEVEL: PCGGraphUsage = Ellipsis¶
Used for standalone graphs that affect the currently loaded level and can be run from the content browser.
- Type:
2
- STANDARD: PCGGraphUsage = Ellipsis¶
Used for graphs running on pcg components.
- Type:
0