Navigation
API > API/Plugins > API/Plugins/PCG
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGCommon.h |
| Include | #include "PCGCommon.h" |
Syntax
enum EPCGExclusiveDataType
{
None = 0 UMETA(Hidden),
Point,
Spline,
LandscapeSpline,
UMETA =(DisplayName = "Curve"),
Landscape,
Texture,
RenderTarget,
UMETA =(Hidden),
Surface,
Volume,
Primitive,
Concrete,
UMETA =(Hidden),
Spatial,
UMETA =(DisplayName = "Attribute Set"),
UMETA =(Hidden),
Other,
Any,
PointOrParam,
DynamicMesh,
}
Values
| Name | Description |
|---|---|
| None | |
| Point | |
| Spline | |
| LandscapeSpline | |
| UMETA | |
| Landscape | |
| Texture | |
| RenderTarget | |
| UMETA | |
| Surface | |
| Volume | |
| Primitive | |
| Concrete | |
| UMETA | |
| Spatial | |
| UMETA | |
| UMETA | |
| Other | |
| Any | |
| PointOrParam | |
| DynamicMesh |
Remarks
As discussed just before, a parallel version for "exclusive" (as in only type) of the EPCGDataType enum. Needed for blueprint compatibility.