Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface
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
| Type | Name | Description | |
|---|---|---|---|
| FGuid | Source | The guid for this subjects source. | |
| FLiveLinkSubjectName | SubjectName | The Name of this subject. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLiveLinkSubjectKey
(
FGuid InSource, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FLiveLinkSubjectKey& Other |
||
| bool | operator==
(
const FLiveLinkSubjectKey& Other |