Navigation
| Name | LiveLinkEditor |
| Type | Editor |
| Part of Plugins | Live Link |
| Location | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkEditor/ |
| Module Build Rules | LiveLinkEditor.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FLiveLinkPanelController | Handles callback connections between the sources, subjects and details views. |
| FLiveLinkSourcesView | |
| FLiveLinkSubjectsView | |
| SLiveLinkBoneSelectionWidget | |
| SLiveLinkBoneTreeMenu | |
| SLiveLinkClientPanelToolbar | |
| SLiveLinkDataView | |
| SLiveLinkFilterSearchBox | Wrapper around a SSearchBox that provides utility to filter items in a list or tree view. |
| SLiveLinkListView | Base class for live link list/tree views, handles removing list element by pressing delete. |
| SLiveLinkSourceListView | |
| SLiveLinkSubjectRepresentationPicker | A widget which allows the user to enter a subject name or discover it from a drop menu. |
| SLiveLinkSubjectsTreeView | |
| ULiveLinkBlueprintVirtualSubjectFactory | |
| ULiveLinkEditorSettings | Editor preferences settings for LiveLink. |
Structs
| Name | Remarks |
|---|---|
| FLiveLinkSourceUIEntry | Structure that defines a single entry in the source UI. |
| FLiveLinkSubjectUIEntry | Structure that defines a single entry in the subject UI. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FGetSelectedBone | TBaseDelegate_NoParams< FName > | SLiveLinkBoneSelectionWidget.h | |
| FLiveLinkSourceUIEntryPtr | TSharedPtr< FLiveLinkSourceUIEntry > | LiveLinkClientPanelViews.h | |
| FLiveLinkSourceUIEntryPtr | TSharedPtr< FLiveLinkSourceUIEntry > | LiveLinkPanelController.h | |
| FLiveLinkSubjectRepresentationPickerEntryPtr | TSharedPtr< FLiveLinkSubjectRepresentationPickerEntry > | SLiveLinkSubjectRepresentationPicker.h | |
| FLiveLinkSubjectUIEntryPtr | TSharedPtr< FLiveLinkSubjectUIEntry > | LiveLinkPanelController.h | |
| FLiveLinkSubjectUIEntryPtr | TSharedPtr< FLiveLinkSubjectUIEntry > | LiveLinkClientPanelViews.h | |
| FOnBoneSelectionChanged | TBaseDelegate_OneParam< void, FName > | SLiveLinkBoneSelectionWidget.h | |
| FOnGetSubjects | TBaseDelegate_OneParam< void, TArray< FLiveLinkSubjectKey > & > | SLiveLinkSubjectRepresentationPicker.h |