Navigation
API > API/Plugins > API/Plugins/LiveLinkEditor
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FLiveLinkSubjectsView
References
| Module | LiveLinkEditor |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkEditor/Public/LiveLinkClientPanelViews.h |
| Include | #include "LiveLinkClientPanelViews.h" |
Syntax
class FLiveLinkSubjectsView : public TSharedFromThis< FLiveLinkSubjectsView >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TAttribute< bool > | bReadOnly | Returns whether the panel is in read-only mode. | |
| TArray< FLiveLinkSubjectUIEntryPtr > | SubjectData | Subject tree items. | |
| FOnSubjectSelectionChanged | SubjectSelectionChangedDelegate | Subject Selection Changed delegate. | |
| TSharedPtr< class SLiveLinkSubjectsTreeView > | SubjectsTreeView | Subject tree widget. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLiveLinkSubjectsView
(
FOnSubjectSelectionChanged InOnSubjectSelectionChanged, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Return whether a subject can be removed. | ||
| void | GetChildrenForInfo
(
FLiveLinkSubjectUIEntryPtr InInfo, |
Get a subjectsview's children. | |
| TSharedRef< ITableRow > | MakeTreeRowWidget
(
FLiveLinkSubjectUIEntryPtr InInfo, |
Helper functions for building the subject tree UI. | |
| TSharedPtr< SWidget > | OnOpenVirtualSubjectContextMenu
(
TSharedPtr< FUICommandList > InCommandList |
Handler for the subject tree context menu opening. | |
| void | OnSubjectSelectionChanged
(
FLiveLinkSubjectUIEntryPtr SubjectEntry, |
Handle subject selection changed. | |
| void | Refresh the list of subjects using the livelink client. |
Typedefs
| Name | Description |
|---|---|
| FOnSubjectSelectionChanged |