enum ESkeletalMeshVertexAttributeDataType
{
UMETA =(DisplayName="Float", ToolTip="Store the vertex attribute values as a 32-bit floating point (float)"),
UMETA =(DisplayName="Half-float", ToolTip="Store the vertex attribute values as a 16-bit floating point (half)"),
UMETA =,
}