FEdge::operator==

Compares this edge with another.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Edge.h"

Syntax

bool operator==
(
    const FEdge & E
) const

Remarks

Compares this edge with another.

Returns

true if the two edges are identical, false otherwise.

Parameters

Parameter

Description

E

The other edge.

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