Navigation
API > API/Plugins > API/Plugins/LiveLinkEditor
Structure that defines a single entry in the source UI.
| Name | FLiveLinkSourceUIEntry |
| Type | struct |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkEditor/Public/LiveLinkClientPanelViews.h |
| Include Path | #include "LiveLinkClientPanelViews.h" |
Syntax
struct FLiveLinkSourceUIEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLiveLinkSourceUIEntry
(
FGuid InEntryGuid, |
LiveLinkClientPanelViews.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Client | FLiveLinkClient * | Pointer to the livelink client. | LiveLinkClientPanelViews.h | |
| EntryGuid | FGuid | GUID of the source. | LiveLinkClientPanelViews.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText GetDisplayName() |
Get the display name of the source. | LiveLinkClientPanelViews.h | |
| Get item string representation for filtering. | LiveLinkClientPanelViews.h | ||
FGuid GetGuid() |
Get the guid of the source. | LiveLinkClientPanelViews.h | |
FText GetMachineName() |
Get the machine name of the source. | LiveLinkClientPanelViews.h | |
ULiveLinkSourceSettings * GetSourceSettings() |
Get the source's settings. | LiveLinkClientPanelViews.h | |
FText GetSourceType() |
Get the type of the source. | LiveLinkClientPanelViews.h | |
FText GetStatus() |
Get the source's status. | LiveLinkClientPanelViews.h | |
FText GetToolTip() |
Get the tooltip of the source. | LiveLinkClientPanelViews.h | |
void RemoveFromClient() |
Remove the source from the client. | LiveLinkClientPanelViews.h |