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

#include <LiveLinkTypes.h>

Public Member Functions

 FLiveLinkSubjectKey ()=default
 
 FLiveLinkSubjectKey (FGuid InSource, FName InSubjectName)
 
bool operator== (const FLiveLinkSubjectKey &Other) const
 
bool operator!= (const FLiveLinkSubjectKey &Other) const
 

Public Attributes

FGuid Source
 
FLiveLinkSubjectName SubjectName
 

Friends

FArchiveoperator<< (FArchive &Ar, FLiveLinkSubjectKey &InSubjectKey)
 
uint32 GetTypeHash (const FLiveLinkSubjectKey &SubjectKey)
 

Constructor & Destructor Documentation

◆ FLiveLinkSubjectKey() [1/2]

FLiveLinkSubjectKey::FLiveLinkSubjectKey ( )
default

◆ FLiveLinkSubjectKey() [2/2]

FLiveLinkSubjectKey::FLiveLinkSubjectKey ( FGuid  InSource,
FName  InSubjectName 
)
inline

Member Function Documentation

◆ operator!=()

bool FLiveLinkSubjectKey::operator!= ( const FLiveLinkSubjectKey Other) const
inline

◆ operator==()

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

Friends And Related Symbol Documentation

◆ GetTypeHash

uint32 GetTypeHash ( const FLiveLinkSubjectKey SubjectKey)
friend

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FLiveLinkSubjectKey InSubjectKey 
)
friend

Member Data Documentation

◆ Source

FGuid FLiveLinkSubjectKey::Source

◆ SubjectName

FLiveLinkSubjectName FLiveLinkSubjectKey::SubjectName

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