Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
TFloatPacker |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Core/Public/Math/FloatPacker.h |
| Include Path |
#include "Math/FloatPacker.h" |
Syntax
template<uint32 NumExponentBits, uint32 NumMantissaBits, bool bRound, typename FloatInfo>
class TFloatPacker
Enums
Public
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FloatType |
FloatInfo::FloatType |
|
Math/FloatPacker.h |
| PackedType |
FloatInfo::PackedType |
|
Math/FloatPacker.h |
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FloatType Decode
(
PackedType Value
) const
|
|
Math/FloatPacker.h |
|
PackedType Encode
(
FloatType Value
) const
|
|
Math/FloatPacker.h |
|