FGenericPlatformMath::IsFinite

Return true if value is finite (not NaN and not Infinity).

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMath.h

Include

#include "GenericPlatform/GenericPlatformMath.h"

Syntax

static bool IsFinite
(
    float A
)

Remarks

Return true if value is finite (not NaN and not Infinity).

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