FRotationConversionCache::QuatToRotator

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
(
    const FQuat & InQuat
) const

Remarks

Convert a FQuat to FRotator. Uses the cached conversion if possible, and updates it 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