FEdge

Implements an edge consisting of two vertices.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Edge.h"

Syntax

struct FEdge

Remarks

Implements an edge consisting of two vertices.

Variables

Name Description

Public variable

int32

 

Count

Holds a temporary variable used when creating arrays of unique edges.

Public variable

FVector[2]

 

Vertex

Holds the edge vertices.

Constructors

Name Description

Public function

FEdge()

Default constructor (no initialization).

Public function

FEdge

(
    FVector V1,
    FVector V2
)

Creates and initializes a new edge from two vertices.

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FEdge& E
)

Compares this edge with another.

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