VertexFieldDataType enumeration

VertexFieldDataType enumeration

Vertex field’s data type

The VertexFieldDataType type exposes the following members:

Fields

FieldDescription
FLOATType of Single
F_VECTOR2Type of FVector2
F_VECTOR3Type of FVector3
F_VECTOR4Type of FVector4
DOUBLEType of Double
VECTOR2Type of Vector2
VECTOR3Type of Vector3
VECTOR4Type of Vector4
BYTE_VECTOR4Type of byte[4], can be used to represent color with less memory consumption.
INT8Type of Byte
INT16Type of Int16
INT32Type of Int32
INT64Type of Int64

See Also