Navigation
API > API/Plugins > API/Plugins/LiveLinkEditor
References
| Module | LiveLinkEditor |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkEditor/Public/LiveLinkClientPanelViews.h |
| Include | #include "LiveLinkClientPanelViews.h" |
Syntax
struct FLiveLinkSubjectUIEntry
Remarks
Structure that defines a single entry in the subject UI.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedPtr< FLiveLinkSubjectUIEntry > > | Children | Children (if this entry represents a source instead of a specific subject. | |
| FLiveLinkClient * | Client | LiveLink Client. | |
| FLiveLinkSubjectKey | SubjectKey | Subject key. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLiveLinkSubjectUIEntry
(
const FLiveLinkSubjectKey& InSubjectKey, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< ULiveLinkRole > | GetItemRole () |
Get the livelink role of this entry. | |
| FText | GetItemText () |
Get a textual representation of the ui entry. | |
| UObject * | GetSettings () |
Get the subject or source settings. | |
| bool | IsSource () |
Whether the subject entry is a source. | |
| bool | IsSubject () |
Whether the subject entry is a subject. | |
| bool | Whether the subject is enabled. | ||
| bool | Whether the subject is valid. | ||
| bool | Whether the subject is virtual. | ||
| void | Remove the subject or source from the livelink client. | ||
| void | SetSubjectEnabled
(
bool bIsEnabled |
Enable or disable a subject. |