FGeomObject::CompileUniqueEdgeArray

Compiles a list of unique edges.

Windows
MacOS
Linux

References

Module

GeometryMode

Header

/Engine/Plugins/Editor/GeometryMode/Source/GeometryMode/Public/EditorGeometry.h

Include

#include "EditorGeometry.h"

Source

/Engine/Plugins/Editor/GeometryMode/Source/GeometryMode/Private/EditorGeometry.cpp

Syntax

void CompileUniqueEdgeArray
(
    TArray< FGeomEdge > * InEdges
)

Remarks

Compiles a list of unique edges. This runs through the edge pool and only adds edges into the pool that aren't already there (the difference being that this routine counts edges that share the same vertices, but are wound backwards to each other, as being equal).

Compiles a list of unique edges. This runs through the edge pool and only adds edges into the pool that aren't already there (the difference being that this routine counts edges that share the same vertices, but are wound backwards to each other, as being equal).

Parameters

Parameter

Description

InEdges

The edge array to fill up.

InEdges

The edge array to fill up

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