Navigation
API > API/Plugins > API/Plugins/PCG
| |
|
| Name |
EPCGGraphUsage |
| Type |
enum |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/PCGGraph.h |
| Include Path |
#include "PCGGraph.h" |
Syntax
enum EPCGGraphUsage
{
Standard,
Asset,
Level,
}
Values
| Name |
Remarks |
| Standard |
Used for graphs running on pcg components. |
| Asset |
Used for standalone graphs that generate asset(s) and can be run from the content browser. |
| Level |
Used for standalone graphs that affect the currently loaded level and can be run from the content browser. |