![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
| FORCEINLINE TEnableIf< TIsIntegral< TParamType >::Value, TRetType >::Type FreeTypeUtils::Convert26Dot6ToRoundedPixel | ( | TParamType | InValue | ) |
Convert the given value from 26.6 space into rounded pixel space
| FORCEINLINE TEnableIf< TIsFloatingPoint< TParamType >::Value, TRetType >::Type FreeTypeUtils::Convert26Dot6ToRoundedPixel | ( | TParamType | InValue | ) |
Convert the given value from 26.6 space into rounded pixel space
| FORCEINLINE TEnableIf< TIsIntegral< TParamType >::Value, TRetType >::Type FreeTypeUtils::ConvertPixelTo16Dot16 | ( | TParamType | InValue | ) |
Convert the given value from pixel space into 16.16 space
| FORCEINLINE TEnableIf< TIsFloatingPoint< TParamType >::Value, TRetType >::Type FreeTypeUtils::ConvertPixelTo16Dot16 | ( | TParamType | InValue | ) |
Convert the given value from pixel space into 16.16 space
| FORCEINLINE TEnableIf< TIsIntegral< TParamType >::Value, TRetType >::Type FreeTypeUtils::ConvertPixelTo26Dot6 | ( | TParamType | InValue | ) |
Convert the given value from pixel space into 26.6 space
| FORCEINLINE TEnableIf< TIsFloatingPoint< TParamType >::Value, TRetType >::Type FreeTypeUtils::ConvertPixelTo26Dot6 | ( | TParamType | InValue | ) |
Convert the given value from pixel space into 26.6 space