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