Navigation
API > API/Plugins > API/Plugins/PCG
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/PCGCommon.h |
| Include | #include "PCGCommon.h" |
Syntax
enum EPCGExclusiveDataType
&123;
None = 0,
Point,
Spline,
LandscapeSpline,
PolyLine,
Landscape,
Texture,
RenderTarget,
BaseTexture,
Surface,
Volume,
Primitive,
Concrete,
Composite,
Spatial,
Param,
Settings,
Other,
Any,
&125;
Values
| Name | Description |
|---|---|
| None | |
| Point | |
| Spline | |
| LandscapeSpline | |
| PolyLine | |
| Landscape | |
| Texture | |
| RenderTarget | |
| BaseTexture | |
| Surface | |
| Volume | |
| Primitive | |
| Concrete | |
| Composite | |
| Spatial | |
| Param | |
| Settings | |
| Other | |
| Any |
Remarks
As discussed just before, a parallel version for "exclusive" (as in only type) of the EPCGDataType enum. Needed for blueprint compatibility.