FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SVectorInputBox::FArguments

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/SVectorInputBox.h

Include

#include "Widgets/Input/SVectorInputBox.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SVectorInputBox >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

AllowResponsiveLayout

(
    bool InArg
)

Allow responsive layout to crush the label and margins when there is not a lot of room

Public function

WidgetArgsTy...

 

AllowSpin

(
    bool InArg
)

Whether or not values can be spun or if they should be typed in

Public function

WidgetArgsTy...

 

bColorAxisLabels

(
    bool InArg
)

Should the axis labels be colored

Public function

WidgetArgsTy...

 

ContextMenuExtenderX

(
    const FMenuExtensionDelegate& InDe...
)

Menu extender delegate for the X value

Public function

WidgetArgsTy...

 

ContextMenuExtenderY

(
    const FMenuExtensionDelegate& InDe...
)

Menu extender delegate for the Y value

Public function

WidgetArgsTy...

 

ContextMenuExtenderZ

(
    const FMenuExtensionDelegate& InDe...
)

Menu extender delegate for the Z value

Public function

WidgetArgsTy...

 

Font

(
    const TAttribute< FSlateFontInfo > ...
)

Font to use for the text in this box

Public function

WidgetArgsTy...

 

OnBeginSliderMovement

(
    const FSimpleDelegate& InDelegate
)

Called right before the slider begins to move for any of the vector components

Public function

WidgetArgsTy...

 

OnEndSliderMovement

(
    const FOnFloatValueChanged& InDele...
)

Called right after the slider handle is released by the user for any of the vector components

Public function

WidgetArgsTy...

 

OnXChanged

(
    const FOnFloatValueChanged& InDele...
)

Called when the x value of the vector is changed

Public function

WidgetArgsTy...

 

OnXCommitted

(
    const FOnFloatValueCommitted& InDe...
)

Called when the x value of the vector is committed

Public function

WidgetArgsTy...

 

OnYChanged

(
    const FOnFloatValueChanged& InDele...
)

Called when the y value of the vector is changed

Public function

WidgetArgsTy...

 

OnYCommitted

(
    const FOnFloatValueCommitted& InDe...
)

Called when the y value of the vector is committed

Public function

WidgetArgsTy...

 

OnZChanged

(
    const FOnFloatValueChanged& InDele...
)

Called when the z value of the vector is changed

Public function

WidgetArgsTy...

 

OnZCommitted

(
    const FOnFloatValueCommitted& InDe...
)

Called when the z value of the vector is committed

Public function

WidgetArgsTy...

 

SpinDelta

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

The delta amount to apply, per pixel, when the spinner is dragged.

Public function

WidgetArgsTy...

 

TypeInterface

Provide custom type functionality for the vector

Public function

WidgetArgsTy...

 

X

(
    const TAttribute< TOptional< float ...
)

X Component of the vector

Public function

WidgetArgsTy...

 

Y

(
    const TAttribute< TOptional< float ...
)

Y Component of the vector

Public function

WidgetArgsTy...

 

Z

(
    const TAttribute< TOptional< float ...
)

Z Component of the vector

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