Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimationCompression_PerTrackUt-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static float DecompressFixed16
(
uint16 Value |
Decompresses a fixed point number encoded by ComrpessFixed16 | AnimationCompression.h | |
static float DecompressFixed16
(
uint16 Value |
AnimationCompression.h |
DecompressFixed16(uint16)
Description
Decompresses a fixed point number encoded by ComrpessFixed16
| Name | DecompressFixed16 |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AnimationCompression.h |
| Include Path | #include "AnimationCompression.h" |
template<int32 Log2MaxValue>
static float DecompressFixed16
(
uint16 Value
)
The decompressed value
Parameters
| Name | Remarks |
|---|---|
| Value | Value to decode |
| Log2MaxValue | Encoding range (can be 0..15) |
DecompressFixed16(uint16)
| Name | DecompressFixed16 |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AnimationCompression.h |
| Include Path | #include "AnimationCompression.h" |
template<>
static float DecompressFixed16
(
uint16 Value
)