FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SFrameRatePicker::FArguments

References

Module

TimeManagement

Header

/Engine/Source/Runtime/TimeManagement/Public/Widgets/SFrameRatePicker.h

Include

#include "Widgets/SFrameRatePicker.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SFrameRatePicker >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

ButtonStyle

(
    const FButtonStyle* InArg
)

The visual style of the button (overrides ComboButtonStyle)

Public function

WidgetArgsTy...

 

ComboButtonStyle

(
    const FComboButtonStyle* InArg
)

The visual style of the combo button

Public function

WidgetArgsTy...

 

ContentPadding

(
    const TAttribute< FMargin >& InAtt...
)

Content padding for the picker

Public function

WidgetArgsTy...

 

Font

(
    const TAttribute< FSlateFontInfo > ...
)

Sets the font used to draw the text on the button

Public function

WidgetArgsTy...

 

ForegroundColor

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

Foreground color for the picker

Public function

WidgetArgsTy...

 

HasMultipleValues

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

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

Public function

WidgetArgsTy...

 

IsPresetRecommended

(
    const FIsPresetRecommended& InDele...
)

Event that is fired to check whether a given preset is recommended.

Public function

WidgetArgsTy...

 

NotRecommendedText

(
    const TAttribute< FText >& InAttri...
)

Text to display for non-recommended rates (only if IsPresetRecommended is bound)

Public function

WidgetArgsTy...

 

NotRecommendedToolTip

(
    const TAttribute< FText >& InAttri...
)

Tooltip to display for non-recommended rates (only if IsPresetRecommended is bound)

Public function

WidgetArgsTy...

 

OnValueChanged

(
    const FOnValueChanged& InDelegate
)

Delegate for handling when for when the current value changes.

Public function

WidgetArgsTy...

 

PresetValues

(
    TArray< FCommonFrameRateInfo > InAr...
)

Sorted display data to show in the dropdown.

Public function

WidgetArgsTy...

 

RecommendedText

(
    const TAttribute< FText >& InAttri...
)

Text to display for recommended rates (only if IsPresetRecommended is bound)

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