FRotationConversionCache::QuatToRotator_ReadOnly

Convert a [FQuat](API\Runtime\Core\Math\FQuat) to [FRotator](API\Runtime\Core\Math\FRotator).

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h

Include

#include "Engine/EngineTypes.h"

Syntax

FRotator QuatToRotator_ReadOnly
(
    const FQuat & InQuat
) const

Remarks

Convert a FQuat to FRotator. Uses the cached conversion if possible, but does NOT update the cache if there was no match.

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