FGeomTools::ProjectEdges

Take a set of 3D Edges and project them onto the supplied plane.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/GeomTools.h

Include

#include "GeomTools.h"

Source

/Engine/Source/Runtime/Engine/Private/GeomTools.cpp

Syntax

namespace FGeomTools
{
    void FGeomTools::ProjectEdges
    (
        TArray< FUtilEdge2D > & Out2DEdges,
        FMatrix & ToWorld,
        const TArray< FUtilEdge3D > & In3DEdges,
        const FPlane & InPlane
    )
}

Remarks

Take a set of 3D Edges and project them onto the supplied plane. Also returns matrix use to convert them back into 3D edges.

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