FPlane::IsValid

Checks if this plane is valid (ie: if it has a non-zero normal).

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Plane.h"

Syntax

bool IsValid() const

Remarks

Checks if this plane is valid (ie: if it has a non-zero normal).

Returns

true if the plane is well-defined (has a non-zero normal), otherwise false.

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