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
| Name | Remarks |
|---|---|
| TFloatPacker | |
| TFloatPacker | |
| TFloatPacker | |
| TFloatPacker | |
| TFloatPacker | |
| TFloatPacker | |
| TFloatPacker | |
| TFloatPacker | |
| TFloatPacker |
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 |
Math/FloatPacker.h | ||
PackedType Encode
(
FloatType Value |
Math/FloatPacker.h |