FTransform::ContainsNaN

Checks the components for non-finite values (NaN or Inf).

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/TransformNonVectorized.h"

Syntax

bool ContainsNaN() const

Remarks

Checks the components for non-finite values (NaN or Inf).

Returns

Returns true if any component (rotation, translation, or scale) is not finite.

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