Navigation
API > API/Plugins > API/Plugins/PCG
Dimensionality of a data description element count.
| Name | EPCGElementDimension |
| Type | enum |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGComputeCommon.h |
| Include Path | #include "Compute/PCGComputeCommon.h" |
Syntax
enum EPCGElementDimension
{
One,
Two,
Three,
Four,
}
Values
| Name | Remarks |
|---|---|
| One | |
| Two | |
| Three | |
| Four |