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 FLiveLinkSourceUIEntry
Remarks
Structure that defines a single entry in the source UI.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLiveLinkSourceUIEntry
(
FGuid InEntryGuid, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | Get the display name of the source. | ||
| FGuid | GetGuid () |
Get the guid of the source. | |
| FText | Get the machine name of the source. | ||
| ULiveLinkSourceSettings * | Get the source's settings. | ||
| FText | Get the type of the source. | ||
| FText | GetStatus () |
Get the source's status. | |
| void | Remove the source from the client. |