UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FEdGraphPinReference Struct Reference

#include <EdGraphPin.h>

Public Member Functions

 FEdGraphPinReference ()
 
 FEdGraphPinReference (UEdGraphPin *InPin)
 
 FEdGraphPinReference (const UEdGraphPin *InPin)
 
ENGINE_API void SetPin (const UEdGraphPin *NewPin)
 
ENGINE_API UEdGraphPinGet () const
 
bool operator== (const FEdGraphPinReference &Other) const
 

Friends

uint32 GetTypeHash (const FEdGraphPinReference &EdGraphPinReference)
 

Constructor & Destructor Documentation

◆ FEdGraphPinReference() [1/3]

FEdGraphPinReference::FEdGraphPinReference ( )
inline

Constructors

◆ FEdGraphPinReference() [2/3]

FEdGraphPinReference::FEdGraphPinReference ( UEdGraphPin InPin)
inline

◆ FEdGraphPinReference() [3/3]

FEdGraphPinReference::FEdGraphPinReference ( const UEdGraphPin InPin)
inline

Member Function Documentation

◆ Get()

UEdGraphPin * FEdGraphPinReference::Get ( ) const

Gets the pin referred to by this struct

◆ operator==()

bool FEdGraphPinReference::operator== ( const FEdGraphPinReference Other) const
inline

◆ SetPin()

void FEdGraphPinReference::SetPin ( const UEdGraphPin NewPin)

Sets the pin referred to by this struct

Friends And Related Symbol Documentation

◆ GetTypeHash

uint32 GetTypeHash ( const FEdGraphPinReference EdGraphPinReference)
friend

The documentation for this struct was generated from the following files: