Navigation
API > API/Plugins > API/Plugins/PCG
| Name | EPCGComponentInput |
| Type | enum |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGComponent.h |
| Include Path | #include "PCGComponent.h" |
Syntax
enum EPCGComponentInput
{
Actor,
Landscape,
Other,
EPCGComponentInput_MAX,
}
Values
| Name | Remarks |
|---|---|
| Actor | |
| Landscape | Generates based on owning actor |
| Other | |
| EPCGComponentInput_MAX | More? |