FLiveLinkSubjectKey

Structure that identifies an individual subject.

Windows
MacOS
Linux

References

Module

LiveLinkInterface

Header

/Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkTypes.h

Include

#include "LiveLinkTypes.h"

Syntax

struct FLiveLinkSubjectKey

Remarks

Structure that identifies an individual subject.

Variables

Name Description

Public variable

FGuid

 

Source

The guid for this subjects source.

Public variable

FLiveLinkSubjec...

 

SubjectName

The Name of this subject.

Constructors

Name Description

Public function

FLiveLinkSubjectKey()

Public function

FLiveLinkSubjectKey

(
    const FLiveLinkSubjectKey& Rhs
)

Public function

FLiveLinkSubjectKey

(
    FGuid InSource,
    FName InSubjectName
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FLiveLinkSubjectKey& Other
)

Public function Const

bool

 

operator==

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