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