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