Navigation
API > API/Editor > API/Editor/GraphEditor
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/GraphSplineOverlapResult.h |
| Include | #include "GraphSplineOverlapResult.h" |
Syntax
struct FGraphSplineOverlapResult
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCloseToSpline | ||
| FGraphPinHandle | BestPinHandle | ||
| float | DistanceSquared | ||
| float | DistanceSquaredToPin1 | ||
| float | DistanceSquaredToPin2 | ||
| UEdGraphPin * | Pin1 | ||
| FGraphPinHandle | Pin1Handle | ||
| UEdGraphPin * | Pin2 | ||
| FGraphPinHandle | Pin2Handle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGraphSplineOverlapResult
(
bool InCloseToSpline |
|||
FGraphSplineOverlapResult
(
UEdGraphPin* InPin1, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| FGraphPinHandle | |||
| TSharedPtr< class SGraphPin > | GetBestPinWidget
(
const SGraphPanel& InGraphPanel |
||
| bool | |||
| float | |||
| FGraphPinHandle | |||
| FGraphPinHandle | |||
| bool | GetPins
(
const SGraphPanel& InGraphPanel, |
||
| void | GetPinWidgets
(
const SGraphPanel& InGraphPanel, |
||
| bool | IsValid () |
||
| void | SetCloseToSpline
(
bool InCloseToSpline |