Enum VertexFieldDataType

VertexFieldDataType enumeration

Vertex field’s data type

public enum VertexFieldDataType

Values

NameValueDescription
Float17Type of Single
FVector218Type of FVector2
FVector319Type of FVector3
FVector420Type of FVector4
Double33Type of Double
Vector234Type of Vector2
Vector335Type of Vector3
Vector436Type of Vector4
ByteVector452Type of byte[4], can be used to represent color with less memory consumption.
Int849Type of Byte
Int1665Type of Int16
Int3281Type of Int32
Int6497Type of Int64

See Also