FGeometryHelper

Windows
MacOS
Linux

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/ConnectionDrawingPolicy.h

Include

#include "ConnectionDrawingPolicy.h"

Syntax

class FGeometryHelper

Functions

Name Description

Public function Static

FVector2D

 

CenterOf

(
    const FGeometry& SomeGeometry
)

Public function Static

void

 

ConvertToPoints

(
    const FGeometry& Geom,
    TArray< FVector2D >& Points
)

Public function Static

FVector2D

 

FindClosestPointOnGeom

(
    const FGeometry& Geom,
    const FVector2D& TestPoint
)

Public function Static

FVector2D

 

FindClosestPointOnLine

(
    const FVector2D& LineStart,
    const FVector2D& LineEnd,
    const FVector2D& TestPoint
)

Find the point on line segment from LineStart to LineEnd which is closest to Point

Public function Static

FVector2D

 

VerticalMiddleLeftOf

(
    const FGeometry& SomeGeometry
)

Public function Static

FVector2D

 

VerticalMiddleRightOf

(
    const FGeometry& SomeGeometry
)

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