FEdGraphPinReference

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphPin.h

Include

#include "EdGraph/EdGraphPin.h"

Syntax

struct FEdGraphPinReference

Constructors

Name Description

Public function

FEdGraphPinReference()

Constructors

Public function

FEdGraphPinReference

(
    UEdGraphPin* InPin
)

Public function

FEdGraphPinReference

(
    const UEdGraphPin* InPin
)

Functions

Name Description

Public function Const

UEdGraphPin ...

 

Get()

Gets the pin referred to by this struct

Public function

void

 

SetPin

(
    const UEdGraphPin* NewPin
)

Sets the pin referred to by this struct

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FEdGraphPinReference& 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