Navigation
API > API/Plugins > API/Plugins/LiveLinkEditor
Inheritance Hierarchy
- TSharedFromThis
- FLiveLinkPanelController
References
| Module | LiveLinkEditor |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkEditor/Public/LiveLinkPanelController.h |
| Include | #include "LiveLinkPanelController.h" |
Syntax
class FLiveLinkPanelController : public TSharedFromThis< FLiveLinkPanelController >
Remarks
Handles callback connections between the sources, subjects and details views.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSelectionChangedGuard | Guard from reentrant selection. | |
| FLiveLinkClient * | Client | LiveLink Client. | |
| TSharedPtr< FUICommandList > | CommandList | Command list. | |
| FDelegateHandle | OnSourcesChangedHandle | Handle to delegate when client sources list has changed. | |
| FDelegateHandle | OnSubjectsChangedHandle | Handle to delegate when a client subjects list has changed. | |
| TSharedPtr< IDetailsView > | SourcesDetailsView | Reference to connection settings struct details panel. | |
| TSharedPtr< FLiveLinkSourcesView > | SourcesView | Sources view. | |
| TSharedPtr< SLiveLinkDataView > | SubjectsDetailsView | Reference to the data value struct details panel. | |
| FOnSubjectSelectionChanged | SubjectSelectionChangedDelegate | Delegate called when the subject selection changes. | |
| TSharedPtr< FLiveLinkSubjectsView > | SubjectsView | Subjects view. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLiveLinkPanelController
(
TAttribute< bool > bInReadOnly |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FOnSubjectSelectionChanged & | Subject Selection changed callback. |
Typedefs
| Name | Description |
|---|---|
| FOnSubjectSelectionChanged |