FPlane::operator-

Gets result of subtracting a plane from this.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Plane.h"

Syntax

FPlane operator-
(
    const FPlane & V
) const

Remarks

Gets result of subtracting a plane from this.

Returns

The result of subtracting a plane from this.

Parameters

Parameter

Description

V

The other plane.

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