VectorContainsNaNOrInfinite

Returns true if the vector contains a component that is either NAN or +/-infinite.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/UnrealMathDirectX.h"

Syntax

bool VectorContainsNaNOrInfinite
(
    const VectorRegister & Vec
)

Remarks

Returns true if the vector contains a component that is either NAN or +/-infinite.

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