Navigation
API > API/Runtime > API/Runtime/TimeManagement > API/Runtime/TimeManagement/SFrameRatePicker
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/TimeManagement/Public/Widgets/SFrameRatePicker.h |
| Include Path | #include "Widgets/SFrameRatePicker.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SFrameRatePicker >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SFrameRatePicker::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/SFrameRatePicker.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/SFrameRatePicker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & ButtonStyle
(
const FButtonStyle* InArg |
The visual style of the button (overrides ComboButtonStyle) | Widgets/SFrameRatePicker.h | |
WidgetArgsType & ComboButtonStyle
(
const FComboButtonStyle* InArg |
The visual style of the combo button | Widgets/SFrameRatePicker.h | |
WidgetArgsType & ContentPadding
(
const TAttribute< FMargin >& InAttribute |
Content padding for the picker | Widgets/SFrameRatePicker.h | |
WidgetArgsType & Font
(
const TAttribute< FSlateFontInfo >& InAttribute |
Sets the font used to draw the text on the button | Widgets/SFrameRatePicker.h | |
WidgetArgsType & ForegroundColor
(
const TAttribute< FSlateColor >& InAttribute |
Foreground color for the picker | Widgets/SFrameRatePicker.h | |
WidgetArgsType & HasMultipleValues
(
const TAttribute< bool >& InAttribute |
Attribute used to retrieve whether this frame rate picker has multiple values. | Widgets/SFrameRatePicker.h | |
WidgetArgsType & IsPresetRecommended
(
const FIsPresetRecommended& InDelegate |
Event that is fired to check whether a given preset is recommended. | Widgets/SFrameRatePicker.h | |
WidgetArgsType & NotRecommendedText
(
const TAttribute< FText >& InAttribute |
Text to display for non-recommended rates (only if IsPresetRecommended is bound) | Widgets/SFrameRatePicker.h | |
WidgetArgsType & NotRecommendedToolTip
(
const TAttribute< FText >& InAttribute |
Tooltip to display for non-recommended rates (only if IsPresetRecommended is bound) | Widgets/SFrameRatePicker.h | |
WidgetArgsType & OnValueChanged
(
const FOnValueChanged& InDelegate |
Delegate for handling when for when the current value changes. | Widgets/SFrameRatePicker.h | |
WidgetArgsType & PresetValues
(
TArray< FCommonFrameRateInfo > InArg |
Sorted display data to show in the dropdown. | Widgets/SFrameRatePicker.h | |
WidgetArgsType & RecommendedText
(
const TAttribute< FText >& InAttribute |
Text to display for recommended rates (only if IsPresetRecommended is bound) | Widgets/SFrameRatePicker.h | |
WidgetArgsType & Value
(
const TAttribute< FFrameRate >& InAttribute |
Attribute used to retrieve the current value. | Widgets/SFrameRatePicker.h |