FArguments

Windows
MacOS
Linux

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

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

Font

(
    const TAttribute< FSlateFontInfo > ...
)

Font color and opacity (overrides Style)

Public function

WidgetArgsTy...

 

ForegroundColor

(
    const TAttribute< FSlateColor >& I...
)

Text color and opacity (overrides Style)

Public function

WidgetArgsTy...

 

HasMultipleValues

(
    const TAttribute< bool >& InAttrib...
)

Attribute used to retrieve whether this frame rate entry box has multiple values.

Public function

WidgetArgsTy...

 

OnValueChanged

(
    const FOnValueChanged& InDelegate
)

Delegate for handling when for when the current value changes.

Public function

WidgetArgsTy...

 

Style

(
    const FEditableTextBoxStyle* I...
)

The styling of the textbox

Public function

WidgetArgsTy...

 

Value

(
    const TAttribute< FFrameRate >& In...
)

Attribute used to retrieve the current value.

Typedefs

Name

Description

WidgetArgsType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss