Navigation
API > API/Plugins > API/Plugins/PCG
| |
|
| Name |
EPCGKernelAttributeType |
| Type |
enum |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGDataDescription.h |
| Include Path |
#include "Compute/PCGDataDescription.h" |
Syntax
enum EPCGKernelAttributeType
{
Bool = 1,
Int,
Float,
Float2,
Float3,
Float4,
Rotator,
Quat,
Transform,
StringKey,
Name,
Invalid = std::numeric_limits<uint8>::max(),
}
Values
| Name |
Remarks |
| Bool |
|
| Int |
|
| Float |
|
| Float2 |
|
| Float3 |
|
| Float4 |
|
| Rotator |
|
| Quat |
|
| Transform |
|
| StringKey |
|
| Name |
|
| Invalid |
|