Navigation
API > API/Plugins > API/Plugins/LiveLinkEditor > API/Plugins/LiveLinkEditor/SLiveLinkSubjectRepresentationPi-
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkEditor/Public/SLiveLinkSubjectRepresentationPicker.h |
| Include Path | #include "SLiveLinkSubjectRepresentationPicker.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SLiveLinkSubjectRepresentationPicker >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SLiveLinkSubjectRepresentationPicker::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SLiveLinkSubjectRepresentationPicker.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SLiveLinkSubjectRepresentationPicker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & ButtonStyle
(
const FButtonStyle* InArg |
The visual style of the button (overrides ComboButtonStyle) | SLiveLinkSubjectRepresentationPicker.h | |
WidgetArgsType & ComboButtonStyle
(
const FComboButtonStyle* InArg |
The visual style of the combo button | SLiveLinkSubjectRepresentationPicker.h | |
WidgetArgsType & ContentPadding
(
const TAttribute< FMargin >& InAttribute |
Content padding for the picker | SLiveLinkSubjectRepresentationPicker.h | |
WidgetArgsType & Font
(
const TAttribute< FSlateFontInfo >& InAttribute |
Sets the font used to draw the text on the button | SLiveLinkSubjectRepresentationPicker.h | |
WidgetArgsType & ForegroundColor
(
const TAttribute< FSlateColor >& InAttribute |
Foreground color for the picker | SLiveLinkSubjectRepresentationPicker.h | |
WidgetArgsType & HasMultipleValues
(
const TAttribute< bool >& InAttribute |
Attribute used to retrieve whether the picker has multiple values. | SLiveLinkSubjectRepresentationPicker.h | |
WidgetArgsType & OnGetSubjects
(
const FOnGetSubjects& InDelegate |
(Optional) Delegate that can be specified in order to provide a custom list of subjects. | SLiveLinkSubjectRepresentationPicker.h | |
WidgetArgsType & OnValueChanged
(
const FOnValueChanged& InDelegate |
Delegate for handling when for when the current value changes. | SLiveLinkSubjectRepresentationPicker.h | |
WidgetArgsType & ShowRole
(
bool InArg |
Attribute used to retrieve whether the picker should show roles. | SLiveLinkSubjectRepresentationPicker.h | |
WidgetArgsType & ShowSource
(
bool InArg |
Attribute used to retrieve whether the picker should show the source name. | SLiveLinkSubjectRepresentationPicker.h | |
WidgetArgsType & Value
(
const TAttribute< FLiveLinkSourceSubjectRole >& InAttribute |
Attribute used to retrieve the current value. | SLiveLinkSubjectRepresentationPicker.h |