Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface
Structure that identifies an individual subject.
| Name | FLiveLinkSubjectKey |
| Type | struct |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkTypes.h |
| Include Path | #include "LiveLinkTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FLiveLinkSubjectKey
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| LiveLinkTypes.h | |||
FLiveLinkSubjectKey
(
FGuid InSource, |
LiveLinkTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Source | FGuid | The guid for this subjects source. | LiveLinkTypes.h |
|
| SubjectName | FLiveLinkSubjectName | The Name of this subject. | LiveLinkTypes.h |
|
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FLiveLinkSubjectKey& Other |
LiveLinkTypes.h | ||
bool operator==
(
const FLiveLinkSubjectKey& Other |
LiveLinkTypes.h |