Navigation
API > API/Plugins > API/Plugins/LiveLinkEditor
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FLiveLinkSourcesView
References
| Module | LiveLinkEditor |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkEditor/Public/LiveLinkClientPanelViews.h |
| Include | #include "LiveLinkClientPanelViews.h" |
Syntax
class FLiveLinkSourcesView : public TSharedFromThis< FLiveLinkSourcesView >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TAttribute< bool > | bReadOnly | Returns whether the panel is in read-only mode. | |
| FLiveLinkClient * | Client | LiveLink Client. | |
| FOnSourceSelectionChanged | OnSourceSelectionChangedDelegate | Source selection changed delegate. | |
| TArray< FLiveLinkSourceUIEntryPtr > | SourceData | Holds the data that will be displayed in the list view. | |
| TSharedPtr< SLiveLinkSourceListView > | SourcesListView | Holds the sources list view widget. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLiveLinkSourcesView
(
FLiveLinkClient* InLiveLinkClient, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Return whether a source can be removed. | ||
| void | Removes a livelink source from the livelink client. | ||
| TSharedRef< ITableRow > | MakeSourceListViewWidget
(
FLiveLinkSourceUIEntryPtr Entry, |
Handler that creates a widget row for a given ui entry. | |
| void | OnPropertyChanged
(
const FPropertyChangedEvent& InEvent |
Callback when property changes on source settings. | |
| TSharedPtr< SWidget > | OnSourceConstructContextMenu
(
TSharedPtr< FUICommandList > InCommandList |
Handles constructing a context menu for the sources. | |
| void | OnSourceListSelectionChanged
(
FLiveLinkSourceUIEntryPtr Entry, |
Handle selection change, triggering the OnSourceSelectionChangedDelegate delegate. | |
| void | RefreshSourceData
(
bool bRefreshUI |
Gather information about all sources and update the list view. |
Typedefs
| Name | Description |
|---|---|
| FOnSourceSelectionChanged |