Navigation
API > API/Runtime > API/Runtime/TimeManagement
| Name | SFrameRateEntryBox |
| Type | class |
| Header File | /Engine/Source/Runtime/TimeManagement/Public/Widgets/SFrameRateEntryBox.h |
| Include Path | #include "Widgets/SFrameRateEntryBox.h" |
Syntax
class SFrameRateEntryBox : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SFrameRateEntryBox
- FSlateControlledConstruction → SWidget → SCompoundWidget → SFrameRateEntryBox
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnValueChanged | TBaseDelegate_OneParam< void, FFrameRate > | Widgets/SFrameRateEntryBox.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ErrorReporting | TSharedPtr< IErrorReportingWidget > | Widgets/SFrameRateEntryBox.h | ||
| HasMultipleValuesAttribute | TAttribute< bool > | Widgets/SFrameRateEntryBox.h | ||
| OnValueChangedDelegate | FOnValueChanged | Widgets/SFrameRateEntryBox.h | ||
| ValueAttribute | TAttribute< FFrameRate > | Widgets/SFrameRateEntryBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Slate widget construction method | Widgets/SFrameRateEntryBox.h |