VertexFieldDataType enumeration
VertexFieldDataType enumeration
Vertex field’s data type
The VertexFieldDataType type exposes the following members:
Fields
Field | Description |
---|---|
FLOAT | Type of Single |
F_VECTOR2 | Type of FVector2 |
F_VECTOR3 | Type of FVector3 |
F_VECTOR4 | Type of FVector4 |
DOUBLE | Type of Double |
VECTOR2 | Type of Vector2 |
VECTOR3 | Type of Vector3 |
VECTOR4 | Type of Vector4 |
BYTE_VECTOR4 | Type of byte[4], can be used to represent color with less memory consumption. |
INT8 | Type of Byte |
INT16 | Type of Int16 |
INT32 | Type of Int32 |
INT64 | Type of Int64 |