FRotator::DecompressAxisFromShort

Decompress a short into a floating point angle.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/Rotator.h

Include

#include "Math/Rotator.h"

Syntax

static float DecompressAxisFromShort
(
    uint16 Angle
)

Remarks

Decompress a short into a floating point angle.

Returns

The decompressed angle.

Parameters

Parameter

Description

Angle

The word angle.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss