UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SkeletalMeshAttributeVertexBuffer.cpp File Reference

Classes

class  FSkeletalMeshVertexAttributeData
 

Functions

template<typename T >
ConvertValue (const float In)
 
template<>
uint8 ConvertValue (const float In)
 
template<>
int8 ConvertValue (const float In)
 
template<>
uint16 ConvertValue (const float In)
 
template<>
int16 ConvertValue (const float In)
 
template<>
FFloat16 ConvertValue (const float In)
 

Function Documentation

◆ ConvertValue() [1/6]

template<typename T >
T ConvertValue ( const float  In)

Convenience helpers to convert the float value data to various target types

◆ ConvertValue() [2/6]

template<>
uint8 ConvertValue ( const float  In)

◆ ConvertValue() [3/6]

template<>
int8 ConvertValue ( const float  In)

◆ ConvertValue() [4/6]

template<>
uint16 ConvertValue ( const float  In)

◆ ConvertValue() [5/6]

template<>
int16 ConvertValue ( const float  In)

◆ ConvertValue() [6/6]

template<>
FFloat16 ConvertValue ( const float  In)