Navigation
API > API/Plugins > API/Plugins/LiveLinkEditor > API/Plugins/LiveLinkEditor/FLiveLinkSubjectsView
Captures the identity of a selected item so it can be matched after the list is rebuilt.
| Name | FSavedSelection |
| Type | struct |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkEditor/Public/LiveLinkClientPanelViews.h |
| Include Path | #include "LiveLinkClientPanelViews.h" |
Syntax
struct FSavedSelection
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SubjectKey | FLiveLinkSubjectKey | Full subject key (used for subject and source matching). | LiveLinkClientPanelViews.h | |
| Type | ELiveLinkEntryType | Type of the entry. | LiveLinkClientPanelViews.h | |
| WeakDevice | TWeakObjectPtr< class ULiveLinkDevice > | Weak reference to the device, used to match device entries. | LiveLinkClientPanelViews.h |