FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SGridLineSpacingList::FArguments

References

Module

CurveEditor

Header

/Engine/Source/Editor/CurveEditor/Public/SGridLineSpacingList.h

Include

#include "SGridLineSpacingList.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SGridLineSpacingList >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

bShowNamedValue

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

If enabled, attempt to show the original name specified in the Drop Down values for a given entry instead of just a straight FText::AsNumber(NumericType).

Public function

WidgetArgsTy...

 

DropDownValues

(
    TArray< FNamedValue > InArg
)

The values which are used to populate the drop down menu.

Public function

WidgetArgsTy...

 

HeaderText

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

An optional header to prepend to the generated list.

Public function

WidgetArgsTy...

 

MinDesiredValueWidth

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

Controls the minimum width for the text box portion of the control.

Public function

WidgetArgsTy...

 

OnValueChanged

(
    const FOnValueChanged& InDelegate
)

The callback for when the value changes.

Public function

WidgetArgsTy...

 

Value

(
    const TAttribute< TOptional< float ...
)

The value displayed by the control.

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