Navigation
Unreal Engine C++ API Reference > Runtime > LiveLinkInterface
References
Module | LiveLinkInterface |
Header | /Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkTypes.h |
Include | #include "LiveLinkTypes.h" |
Syntax
struct FLiveLinkSubjectName
Variables
Type | Name | Description | |
---|---|---|---|
FName | Name | Name of the subject. |
Constructors
Type | Name | Description | |
---|---|---|---|
FLiveLinkSubjectName
(
FName InName |
|||
FLiveLinkSubjectName
(
EName InName |
Functions
Operators
Type | Name | Description | |
---|---|---|---|
FName operators. | |||
bool | operator==
(
const FLiveLinkSubjectName& Other |
||
bool | operator==
(
const FName Other |