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