FVector4::IsNearlyZero3

Utility to check if all of the components of this vector are nearly zero given the tolerance.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Vector4.h"

Syntax

bool IsNearlyZero3
(
    float Tolerance
) const

Remarks

Utility to check if all of the components of this vector are nearly zero given the tolerance.

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