FEdge::FEdge

Creates and initializes a new edge from two vertices.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Edge.h"

Syntax

FEdge
(
    FVector V1,
    FVector V2
)

Remarks

Creates and initializes a new edge from two vertices.

Parameters

Parameter

Description

V1

The first vertex.

V2

The second vertex.

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