Navigation
API > API/Runtime > API/Runtime/TimeManagement
A widget which allows the user to enter a digit or choose a number from a drop down menu.
| Name | SFrameRatePicker |
| Type | class |
| Header File | /Engine/Source/Runtime/TimeManagement/Public/Widgets/SFrameRatePicker.h |
| Include Path | #include "Widgets/SFrameRatePicker.h" |
Syntax
class SFrameRatePicker : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SFrameRatePicker
- FSlateControlledConstruction → SWidget → SCompoundWidget → SFrameRatePicker
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FIsPresetRecommended | TBaseDelegate_OneParam< bool, FFrameRate > | Widgets/SFrameRatePicker.h | |
| FOnValueChanged | TBaseDelegate_OneParam< void, FFrameRate > | Widgets/SFrameRatePicker.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HasMultipleValuesAttribute | TAttribute< bool > | Widgets/SFrameRatePicker.h | ||
| IsPresetRecommendedDelegate | FIsPresetRecommended | Widgets/SFrameRatePicker.h | ||
| NotRecommendedText | TAttribute< FText > | Widgets/SFrameRatePicker.h | ||
| NotRecommendedToolTip | TAttribute< FText > | Widgets/SFrameRatePicker.h | ||
| OnValueChangedDelegate | FOnValueChanged | Widgets/SFrameRatePicker.h | ||
| PresetValues | TArray< FCommonFrameRateInfo > | Widgets/SFrameRatePicker.h | ||
| RecommendedText | TAttribute< FText > | Widgets/SFrameRatePicker.h | ||
| ValueAttribute | TAttribute< FFrameRate > | Widgets/SFrameRatePicker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Slate widget construction method | Widgets/SFrameRatePicker.h | |
FFrameRate GetCurrentValue() |
Access the current value of this picker | Widgets/SFrameRatePicker.h |