Navigation
Unreal Engine C++ API Reference > Editor > GraphEditor
References
Module | GraphEditor |
Header | /Engine/Source/Editor/GraphEditor/Public/ConnectionDrawingPolicy.h |
Include | #include "ConnectionDrawingPolicy.h" |
Syntax
class FGeometryHelper
Functions
Type | Name | Description |
---|---|---|
FVector2D | CenterOf ( const FGeometry& SomeGeometry ) | |
void | ConvertToPoints ( const FGeometry& Geom, TArray< FVector2D >& Points ) | |
FVector2D | FindClosestPointOnGeom ( const FGeometry& Geom, const FVector2D& TestPoint ) | |
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 |
FVector2D | VerticalMiddleLeftOf ( const FGeometry& SomeGeometry ) | |
FVector2D | VerticalMiddleRightOf ( const FGeometry& SomeGeometry ) |