FGraphPinHandle

A handle to a pin, defined by its owning node's GUID, and the pin's name.

Windows
MacOS
Linux

References

Module

GraphEditor

Header

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

Include

#include "SGraphPin.h"

Syntax

struct FGraphPinHandle

Remarks

A handle to a pin, defined by its owning node's GUID, and the pin's name. Used to reference a pin without referring to its widget

Variables

Name Description

Public variable

FGuid

 

NodeGuid

The GUID of the node to which this pin belongs

Public variable

FGuid

 

PinId

The GUID of the pin we are referencing

Constructors

Name Description

Public function

FGraphPinHandle

(
    UEdGraphPin* InPin
)

Constructor

Functions

Name Description

Public function Const

TSharedPtr< ...

 

FindInGraphPanel

(
    const SGraphPanel& InPanel
)

Find a pin widget in the specified panel from this handle

Public function Const

UEdGraphPin ...

 

GetPinObj

(
    const SGraphPanel& InPanel
)

Public function Const

bool

 

IsValid()

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FGraphPinHandle& Other
)

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