AController::IsValidControlRotation

Return false if rotation contains NaN or extremely large values (usually resulting from uninitialized values).

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/Controller.h

Include

#include "GameFramework/Controller.h"

Source

/Engine/Source/Runtime/Engine/Private/Controller.cpp

Syntax

bool IsValidControlRotation
(
    FRotator CheckRotation
) const

Remarks

Return false if rotation contains NaN or extremely large values (usually resulting from uninitialized values).

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