FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SRotatorInputBox::FArguments

References

Module

Slate

Header

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

Include

#include "Widgets/Input/SRotatorInputBox.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SRotatorInputBox >

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...

 

Font

(
    const TAttribute< FSlateFontInfo > ...
)

Font to use for the text in this box

Public function

WidgetArgsTy...

 

OnBeginSliderMovement

(
    const FSimpleDelegate& InDelegate
)

Called when the slider begins to move on any axis

Public function

WidgetArgsTy...

 

OnEndSliderMovement

(
    const FOnFloatValueChanged& InDele...
)

Called when the slider for any axis is released

Public function

WidgetArgsTy...

 

OnPitchChanged

(
    const FOnFloatValueChanged& InDele...
)

Called when the pitch value is changed

Public function

WidgetArgsTy...

 

OnPitchCommitted

(
    const FOnFloatValueCommitted& InDe...
)

Called when the pitch value is committed

Public function

WidgetArgsTy...

 

OnRollChanged

(
    const FOnFloatValueChanged& InDele...
)

Called when the roll value is changed

Public function

WidgetArgsTy...

 

OnRollCommitted

(
    const FOnFloatValueCommitted& InDe...
)

Called when the roll value is committed

Public function

WidgetArgsTy...

 

OnYawChanged

(
    const FOnFloatValueChanged& InDele...
)

Called when the yaw value is changed

Public function

WidgetArgsTy...

 

OnYawCommitted

(
    const FOnFloatValueCommitted& InDe...
)

Called when the yaw value is committed

Public function

WidgetArgsTy...

 

Pitch

(
    const TAttribute< TOptional< float ...
)

Pitch component of the rotator

Public function

WidgetArgsTy...

 

Roll

(
    const TAttribute< TOptional< float ...
)

Roll component of the rotator

Public function

WidgetArgsTy...

 

TypeInterface

Provide custom type functionality for the rotator

Public function

WidgetArgsTy...

 

Yaw

(
    const TAttribute< TOptional< float ...
)

Yaw component of the rotator

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