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

Public Member Functions

 FPinResolveId ()
 
 FPinResolveId (const FGuid &InPinGuid, const TWeakObjectPtr< UEdGraphNode > &InOwningNode)
 
bool operator== (const FPinResolveId &Other) const
 

Public Attributes

FGuid PinGuid
 
TWeakObjectPtr< UEdGraphNodeOwningNode
 

Friends

uint32 GetTypeHash (const FPinResolveId &Id)
 

Constructor & Destructor Documentation

◆ FPinResolveId() [1/2]

FPinResolveId::FPinResolveId ( )
inline

◆ FPinResolveId() [2/2]

FPinResolveId::FPinResolveId ( const FGuid InPinGuid,
const TWeakObjectPtr< UEdGraphNode > &  InOwningNode 
)
inline

Member Function Documentation

◆ operator==()

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

Friends And Related Symbol Documentation

◆ GetTypeHash

uint32 GetTypeHash ( const FPinResolveId Id)
friend

Member Data Documentation

◆ OwningNode

TWeakObjectPtr<UEdGraphNode> FPinResolveId::OwningNode

◆ PinGuid

FGuid FPinResolveId::PinGuid

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