Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
FFloatInfo_IEEE32 |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Core/Public/Math/FloatPacker.h |
| Include Path |
#include "Math/FloatPacker.h" |
Syntax
class FFloatInfo_IEEE32
Enums
Public
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FloatType |
float |
|
Math/FloatPacker.h |
| PackedType |
uint32 |
|
Math/FloatPacker.h |
Functions
Static
| Name |
Remarks |
Include Path |
Unreal Specifiers |
static FloatType ToFloatType
(
PackedType Value
)
|
|
Math/FloatPacker.h |
|
static PackedType ToPackedType
(
FloatType Value
)
|
|
Math/FloatPacker.h |
|