Navigation
API > API/Runtime > API/Runtime/TimeManagement > API/Runtime/TimeManagement/Widgets > API/Runtime/TimeManagement/Widgets/SFrameRateEntryBox
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SFrameRateEntryBox::FArguments
References
| Module | TimeManagement |
| Header | /Engine/Source/Runtime/TimeManagement/Public/Widgets/SFrameRateEntryBox.h |
| Include | #include "Widgets/SFrameRateEntryBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SFrameRateEntryBox >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | Font
(
const TAttribute< FSlateFontInfo >& InAttribute |
Font color and opacity (overrides Style) | |
| WidgetArgsType & | ForegroundColor
(
const TAttribute< FSlateColor >& InAttribute |
Text color and opacity (overrides Style) | |
| WidgetArgsType & | HasMultipleValues
(
const TAttribute< bool >& InAttribute |
Attribute used to retrieve whether this frame rate entry box has multiple values. | |
| WidgetArgsType & | OnValueChanged
(
const FOnValueChanged& InDelegate |
Delegate for handling when for when the current value changes. | |
| WidgetArgsType & | Style
(
const FEditableTextBoxStyle* InArg |
The styling of the textbox | |
| WidgetArgsType & | Value
(
const TAttribute< FFrameRate >& InAttribute |
Attribute used to retrieve the current value. |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |