FGraphSplineOverlapResult

Windows
MacOS
Linux

References

Module

GraphEditor

Header

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

Include

#include "GraphSplineOverlapResult.h"

Syntax

struct FGraphSplineOverlapResult

Variables

Name Description

Protected variable

FGraphPinHandle

 

BestPinHandle

Protected variable

float

 

DistanceSquared

Protected variable

float

 

DistanceSquaredToPin1

Protected variable

float

 

DistanceSquaredToPin2

Protected variable

UEdGraphPin ...

 

Pin1

Protected variable

FGraphPinHandle

 

Pin1Handle

Protected variable

UEdGraphPin ...

 

Pin2

Protected variable

FGraphPinHandle

 

Pin2Handle

Constructors

Name Description

Public function

FGraphSplineOverlapResult()

Public function

FGraphSplineOverlapResult

(
    UEdGraphPin* InPin1,
    UEdGraphPin* InPin2,
    float InDistanceSquared,
    float InDistanceSquaredToPin1,
    float InDistanceSquaredToPin2
)

Functions

Name Description

Public function

void

 

ComputeBestPin()

Public function Const

TSharedPtr< ...

 

GetBestPinWidget

(
    const SGraphPanel& InGraphPanel
)

Public function Const

float

 

GetDistanceSquared()

Public function Const

bool

 

GetPins

(
    const SGraphPanel& InGraphPanel,
    UEdGraphPin*& OutPin1,
    UEdGraphPin*& OutPin2
)

Public function Const

bool

 

IsValid()

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