Navigation
API > API/Plugins > API/Plugins/LiveLinkEditor
A widget which allows the user to enter a subject name or discover it from a drop menu.
| Name | SLiveLinkSubjectRepresentationPicker |
| Type | class |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkEditor/Public/SLiveLinkSubjectRepresentationPicker.h |
| Include Path | #include "SLiveLinkSubjectRepresentationPicker.h" |
Syntax
class SLiveLinkSubjectRepresentationPicker : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SLiveLinkSubjectRepresentationPicker
- FSlateControlledConstruction → SWidget → SCompoundWidget → SLiveLinkSubjectRepresentationPicker
Structs
| Name | Remarks |
|---|---|
| FArguments | |
| FLiveLinkSourceSubjectRole |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnValueChanged | TBaseDelegate_OneParam< void, FLiveLinkSourceSubjectRole > | SLiveLinkSubjectRepresentationPicker.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bShowRole | bool | SLiveLinkSubjectRepresentationPicker.h | ||
| bShowSource | bool | SLiveLinkSubjectRepresentationPicker.h | ||
| CachedSourceType | FText | SLiveLinkSubjectRepresentationPicker.h | ||
| GetSubjectsDelegate | FOnGetSubjects | Delegate used to retrieve a custom list of subjects. | SLiveLinkSubjectRepresentationPicker.h | |
| HasMultipleValuesAttribute | TAttribute< bool > | SLiveLinkSubjectRepresentationPicker.h | ||
| OnValueChangedDelegate | FOnValueChanged | SLiveLinkSubjectRepresentationPicker.h | ||
| PickerComboButton | TWeakPtr< SComboButton > | SLiveLinkSubjectRepresentationPicker.h | ||
| SelectedLiveLinkPreset | TWeakObjectPtr< ULiveLinkPreset > | SLiveLinkSubjectRepresentationPicker.h | ||
| SelectPresetComboButton | TWeakPtr< SComboButton > | SLiveLinkSubjectRepresentationPicker.h | ||
| SubjectListView | TWeakPtr< SListView< FLiveLinkSubjectRepresentationPickerEntryPtr > > | SLiveLinkSubjectRepresentationPicker.h | ||
| SubjectRepData | TArray< FLiveLinkSubjectRepresentationPickerEntryPtr > | SLiveLinkSubjectRepresentationPicker.h | ||
| ValueAttribute | TAttribute< FLiveLinkSourceSubjectRole > | SLiveLinkSubjectRepresentationPicker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Slate widget construction method | SLiveLinkSubjectRepresentationPicker.h | |
FLiveLinkSourceSubjectRole GetCurrentValue() |
Access the current value of this picker | SLiveLinkSubjectRepresentationPicker.h |