className
stringlengths
1
167
headerPath
stringlengths
14
166
description
stringlengths
0
1.62k
module
stringlengths
0
76
code
stringlengths
0
11.4k
variables
listlengths
0
395
SNumericEntryBox::BuildNarrowColorLabel
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Slate
static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > BuildNarrowColorLabel ( [FLinearColor](API\Runtime\Core\Math\FLinearColor) LabelColor )
[]
SNumericEntryBox::Construct
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Slate
void Construct ( const [FArguments](API\Runtime\Slate\SNumericEntryBox\FArguments) & InArgs )
[]
DefaultMaxFractionalDigits
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
The default maximum fractional digits
Slate
static const int32 DefaultMaxFractionalDigits = 6;
[]
DefaultMinFractionalDigits
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
The default minimum fractional digits
Slate
static const int32 DefaultMinFractionalDigits = 1;
[]
DefaultUndeterminedString
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Slate
static const [FText](API\Runtime\Core\Internationalization\FText) DefaultUndeterminedString = FText::FromString(TEXT("---"));
[]
ELabelLocation
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Slate
enum ELabelLocation { Outside, Inside, }
[]
SNumericEntryBox::FArguments::AllowWheel
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Whether this spin box should have mouse wheel feature enabled, defaults to true
Slate
WidgetArgsType & AllowWheel &40; bool InArg &41;
[]
SNumericEntryBox::FArguments::AllowSpin
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Whether or not the user should be able to change the value by dragging with the mouse cursor
Slate
WidgetArgsType & AllowSpin &40; bool InArg &41;
[]
SNumericEntryBox::FArguments::BorderForegroundColor
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Border Foreground Color
Slate
WidgetArgsType & BorderForegroundColor &40; FSlateColor InArg &41;
[]
SNumericEntryBox::FArguments::BroadcastValueChangesPerKey
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
True to broadcast every time we type
Slate
WidgetArgsType & BroadcastValueChangesPerKey &40; bool InArg &41;
[]
SNumericEntryBox::FArguments::BorderBackgroundColor
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Border Background Color
Slate
WidgetArgsType & BorderBackgroundColor &40; FSlateColor InArg &41;
[]
SNumericEntryBox::FArguments::ContextMenuExtender
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Menu extender for right-click context menu
Slate
WidgetArgsType & ContextMenuExtender &40; const FMenuExtensionDelegate & InDelegate &41;
[]
SNumericEntryBox::FArguments::Delta
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Delta to increment the value as the slider moves. If not specified will determine automatically
Slate
WidgetArgsType & Delta &40; const TAttribute< NumericType > & InAttribute &41;
[]
SNumericEntryBox::FArguments::DisplayToggle
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Whether or not to include a toggle checkbox to the left of the widget
Slate
WidgetArgsType & DisplayToggle &40; bool InArg &41;
[]
SNumericEntryBox::FArguments::EditableTextBoxStyle
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Style to use for the editable text box within this widget
Slate
WidgetArgsType & EditableTextBoxStyle &40; const FEditableTextBoxStyle &42; InArg &41;
[]
SNumericEntryBox::FArguments::Font
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Font color and opacity
Slate
WidgetArgsType & Font &40; const TAttribute< FSlateFontInfo > & InAttribute &41;
[]
SNumericEntryBox::FArguments::Justification
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
How should the value be justified in the editable text field.
Slate
WidgetArgsType & Justification &40; const TAttribute< ETextJustify::Type > & InAttribute &41;
[]
SNumericEntryBox::FArguments::Label
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Slot for this button's content (optional)
Slate
NamedSlotProperty< FArguments > Label&40;&41;
[]
SNumericEntryBox::FArguments::LabelLocation
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Slate
WidgetArgsType & LabelLocation &40; ELabelLocation InArg &41;
[]
SNumericEntryBox::FArguments::LabelPadding
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Padding around the label content
Slate
WidgetArgsType & LabelPadding &40; FMargin InArg &41;
[]
SNumericEntryBox::FArguments::LinearDeltaSensitivity
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
If we're an unbounded spinbox, what value do we divide mouse movement by before multiplying by Delta. Requires Delta to be set.
Slate
WidgetArgsType & LinearDeltaSensitivity &40; const TAttribute< int32 > & InAttribute &41;
[]
SNumericEntryBox::FArguments::LabelVAlign
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Vertical alignment of the label content
Slate
WidgetArgsType & LabelVAlign &40; EVerticalAlignment InArg &41;
[]
SNumericEntryBox::FArguments::MaxSliderValue
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
The maximum value that can be specified by using the slider
Slate
WidgetArgsType & MaxSliderValue &40; const TAttribute< TOptional< NumericType > > & InAttribute &41;
[]
SNumericEntryBox::FArguments::MaxFractionalDigits
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
The maximum fractional digits the spin box displays, defaults to 6
Slate
WidgetArgsType & MaxFractionalDigits &40; const TAttribute< TOptional< int32 > > & InAttribute &41;
[]
SNumericEntryBox::FArguments::MaxValue
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
The maximum value that can be entered into the text edit box
Slate
WidgetArgsType & MaxValue &40; const TAttribute< TOptional< NumericType > > & InAttribute &41;
[]
SNumericEntryBox::FArguments::MinFractionalDigits
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
The minimum fractional digits the spin box displays, defaults to 1
Slate
WidgetArgsType & MinFractionalDigits &40; const TAttribute< TOptional< int32 > > & InAttribute &41;
[]
SNumericEntryBox::FArguments::MinDesiredValueWidth
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
The minimum desired width for the value portion of the control.
Slate
WidgetArgsType & MinDesiredValueWidth &40; const TAttribute< float > & InAttribute &41;
[]
SNumericEntryBox::FArguments::MinSliderValue
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
The minimum value that can be specified by using the slider
Slate
WidgetArgsType & MinSliderValue &40; const TAttribute< TOptional< NumericType > > & InAttribute &41;
[]
SNumericEntryBox::FArguments::MinValue
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
The minimum value that can be entered into the text edit box
Slate
WidgetArgsType & MinValue &40; const TAttribute< TOptional< NumericType > > & InAttribute &41;
[]
SNumericEntryBox::FArguments::OnBeginSliderMovement
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Called right before the slider begins to move
Slate
WidgetArgsType & OnBeginSliderMovement &40; const FSimpleDelegate & InDelegate &41;
[]
SNumericEntryBox::FArguments::OnDynamicSliderMaxValueChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Called right after the spinner max value is changed (only relevant if SupportDynamicSliderMaxValue is true)
Slate
WidgetArgsType & OnDynamicSliderMaxValueChanged &40; const FOnDynamicSliderMinMaxValueChanged & InDelegate &41;
[]
SNumericEntryBox::FArguments::OnDynamicSliderMinValueChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Called right after the spinner min value is changed (only relevant if SupportDynamicSliderMinValue is true)
Slate
WidgetArgsType & OnDynamicSliderMinValueChanged &40; const FOnDynamicSliderMinMaxValueChanged & InDelegate &41;
[]
SNumericEntryBox::FArguments::OnEndSliderMovement
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Called right after the slider handle is released by the user
Slate
WidgetArgsType & OnEndSliderMovement &40; const FOnValueChanged & InDelegate &41;
[]
SNumericEntryBox::FArguments::OnToggleChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Called whenever the toggle changes state
Slate
WidgetArgsType & OnToggleChanged &40; const FOnCheckStateChanged & InDelegate &41;
[]
SNumericEntryBox::FArguments::OnUndeterminedValueChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Called whenever the text is changed programmatically or interactively by the user
Slate
WidgetArgsType & OnUndeterminedValueChanged &40; const FOnUndeterminedValueChanged & InDelegate &41;
[]
SNumericEntryBox::FArguments::OnUndeterminedValueCommitted
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Called whenever the text is committed. This happens when the user presses enter or the text box loses focus.
Slate
WidgetArgsType & OnUndeterminedValueCommitted &40; const FOnUndeterminedValueCommitted & InDelegate &41;
[]
SNumericEntryBox::FArguments::OnValueChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Called whenever the text is changed programmatically or interactively by the user
Slate
WidgetArgsType & OnValueChanged &40; const FOnValueChanged & InDelegate &41;
[]
SNumericEntryBox::FArguments::OnValueCommitted
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Called whenever the text is committed. This happens when the user presses enter or the text box loses focus.
Slate
WidgetArgsType & OnValueCommitted &40; const FOnValueCommitted & InDelegate &41;
[]
SNumericEntryBox::FArguments::OverrideTextMargin
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
The text margin to use if overridden.
Slate
WidgetArgsType & OverrideTextMargin &40; const TAttribute< FMargin > & InAttribute &41;
[]
SNumericEntryBox::FArguments::ShiftMouseMovePixelPerDelta
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
How many pixel the mouse must move to change the value of the delta step (only use if there is a spinbox allow)
Slate
WidgetArgsType & ShiftMouseMovePixelPerDelta &40; int32 InArg &41;
[]
SNumericEntryBox::FArguments::SliderExponent
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Use exponential scale for the slider
Slate
WidgetArgsType & SliderExponent &40; const TAttribute< float > & InAttribute &41;
[]
SNumericEntryBox::FArguments::SliderExponentNeutralValue
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
When using exponential scale specify a neutral value where we want the maximum precision (by default it is the smallest slider value)
Slate
WidgetArgsType & SliderExponentNeutralValue &40; const TAttribute< NumericType > & InAttribute &41;
[]
SNumericEntryBox::FArguments::SpinBoxStyle
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Style to use for the spin box within this widget
Slate
WidgetArgsType & SpinBoxStyle &40; const FSpinBoxStyle &42; InArg &41;
[]
SNumericEntryBox::FArguments::SupportDynamicSliderMaxValue
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Tell us if we want to support dynamically changing of the max value using ctrl (only use if there is a spinbox allow)
Slate
WidgetArgsType & SupportDynamicSliderMaxValue &40; const TAttribute< bool > & InAttribute &41;
[]
SNumericEntryBox::FArguments::ToggleChecked
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
The value of the toggle checkbox
Slate
WidgetArgsType & ToggleChecked &40; const TAttribute< ECheckBoxState > & InAttribute &41;
[]
SNumericEntryBox::FArguments::SupportDynamicSliderMinValue
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Tell us if we want to support dynamically changing of the min value using ctrl (only use if there is a spinbox allow)
Slate
WidgetArgsType & SupportDynamicSliderMinValue &40; const TAttribute< bool > & InAttribute &41;
[]
SNumericEntryBox::FArguments::TogglePadding
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Padding around the toggle checkbox
Slate
WidgetArgsType & TogglePadding &40; FMargin InArg &41;
[]
SNumericEntryBox::FArguments::TypeInterface
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Provide custom type conversion functionality to this spin box
Slate
WidgetArgsType & TypeInterface &40; TSharedPtr< INumericTypeInterface< NumericType > > InArg &41;
[]
SNumericEntryBox::FArguments::UndeterminedString
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
The string to display if the value cannot be determined
Slate
WidgetArgsType & UndeterminedString &40; FText InArg &41;
[]
SNumericEntryBox::FArguments::Value
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
The value that should be displayed. This value is optional in the case where a value cannot be determined
Slate
WidgetArgsType & Value &40; const TAttribute< TOptional< NumericType > > & InAttribute &41;
[]
SNumericEntryBox::FArguments::WheelStep
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Step to increment or decrement the value by when scrolling the mouse wheel. If not specified will determine automatically
Slate
WidgetArgsType & WheelStep &40; const TAttribute< TOptional< NumericType > > & InAttribute &41;
[]
WidgetArgsType
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Slate
typedef FArguments WidgetArgsType
[]
SNumericEntryBox::FArguments::FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Slate
FArguments&40;&41;
[]
FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Slate
struct FArguments : public [TSlateBaseNamedArgs< SNumericEntryBox< NumericType > >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
[]
FOnDynamicSliderMinMaxValueChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Notification when the max/min spinner values are changed (only apply if SupportDynamicSliderMaxValue or SupportDynamicSliderMinValue are true)
Slate
typedef TBaseDelegate_FourParams< void, NumericType, [TWeakPtr](API\Runtime\Core\Templates\TWeakPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) >, bool, bool > FOnDynamicSliderMinMaxValueChanged
[]
FOnUndeterminedValueChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Notification for change of undetermined values
Slate
typedef TBaseDelegate_OneParam< void, [FText](API\Runtime\Core\Internationalization\FText) > FOnUndeterminedValueChanged
[]
FOnUndeterminedValueCommitted
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Notification for committing undetermined values
Slate
typedef TBaseDelegate_TwoParams< void, [FText](API\Runtime\Core\Internationalization\FText), [ETextCommit::Type](API\Runtime\SlateCore\Types\ETextCommit__Type) > FOnUndeterminedValueCommitted
[]
FOnValueChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Notification for numeric value change
Slate
typedef TBaseDelegate_OneParam< void, NumericType > FOnValueChanged
[]
FOnValueCommitted
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Notification for numeric value committed
Slate
typedef TBaseDelegate_TwoParams< void, NumericType, [ETextCommit::Type](API\Runtime\SlateCore\Types\ETextCommit__Type) > FOnValueCommitted
[]
SNumericEntryBox::GetMaxFractionalDigits
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
See the MaxFractionalDigits attribute
Slate
int32 GetMaxFractionalDigits() const
[]
SNumericEntryBox::GetSpinBox
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Return the internally created SpinBox if bAllowSpin is true
Slate
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetSpinBox() const
[]
SNumericEntryBox::GetMinFractionalDigits
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
See the MinFractionalDigits attribute
Slate
int32 GetMinFractionalDigits() const
[]
GreenLabelBackgroundColor
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Slate
static const [FLinearColor](API\Runtime\Core\Math\FLinearColor) GreenLabelBackgroundColor;
[]
LilacLabelBackgroundColor
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Slate
static const [FLinearColor](API\Runtime\Core\Math\FLinearColor) LilacLabelBackgroundColor;
[]
RedLabelBackgroundColor
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Slate
static const [FLinearColor](API\Runtime\Core\Math\FLinearColor) RedLabelBackgroundColor;
[]
SNumericEntryBox::SetMaxFractionalDigits
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Slate
void SetMaxFractionalDigits ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TOptional](API\Runtime\Core\IO\TOptional)< int32 >> & InMaxFractionalDigits )
[]
SNumericEntryBox::SetMinFractionalDigits
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Slate
void SetMinFractionalDigits ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TOptional](API\Runtime\Core\IO\TOptional)< int32 >> & InMinFractionalDigits )
[]
SNumericEntryBox::SNumericEntryBox
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Slate
SNumericEntryBox()
[]
SNumericEntryBox
/Engine/Source/Runtime/Slate/Public/SlateFwd.h
Implementation for a box that only accepts a numeric value or that can display an undetermined value via a string Supports an optional spin box for manipulating a value by dragging with the mouse Supports an optional label inset in the text box
Slate
template<typename NumericType> class SNumericEntryBox : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)
[]
SNumericRotatorInputBox::Construct
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Construct this widget
Slate
void Construct ( const [FArguments](API\Runtime\Slate\SNumericRotatorInputBox\FArguments) & InArgs )
[]
SNumericRotatorInputBox::FArguments::AllowSpin
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Whether or not values can be spun or if they should be typed in
Slate
WidgetArgsType & AllowSpin &40; bool InArg &41;
[]
SNumericRotatorInputBox::CreatePerComponentSliderMovementEvent
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Creates a lambda to react to a begin/end slider movement event
Slate
template<typename EventType, typename... ArgsType> EventType CreatePerComponentSliderMovementEvent ( const EventType OnSliderMovement, const EventType OnComponentSliderMovement )
[]
SNumericRotatorInputBox::FArguments::bColorAxisLabels
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Should the axis labels be colored
Slate
WidgetArgsType & bColorAxisLabels &40; bool InArg &41;
[]
SNumericRotatorInputBox::FArguments::AllowResponsiveLayout
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Deprecated* AllowResponsiveLayout unused as it is no longer necessary.
Slate
FArguments & AllowResponsiveLayout &40; bool bAllow &41;
[]
SNumericRotatorInputBox::FArguments::DisplayToggle
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Whether or not to include a toggle checkbox to the left of the widget
Slate
WidgetArgsType & DisplayToggle &40; bool InArg &41;
[]
SNumericRotatorInputBox::FArguments::Font
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Font to use for the text in this box
Slate
WidgetArgsType & Font &40; const TAttribute< FSlateFontInfo > & InAttribute &41;
[]
SNumericRotatorInputBox::FArguments::MaxSliderValue
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
The maximum value that can be specified by using the slider
Slate
WidgetArgsType & MaxSliderValue &40; const TAttribute< TOptional< NumericType > > & InAttribute &41;
[]
SNumericRotatorInputBox::FArguments::MinSliderValue
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
The minimum value that can be specified by using the slider
Slate
WidgetArgsType & MinSliderValue &40; const TAttribute< TOptional< NumericType > > & InAttribute &41;
[]
SNumericRotatorInputBox::FArguments::OnPitchEndSliderMovement
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Called when the slider for pitch is released
Slate
WidgetArgsType & OnPitchEndSliderMovement &40; const FOnNumericValueChanged & InDelegate &41;
[]
SNumericRotatorInputBox::FArguments::OnBeginSliderMovement
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Called when the slider begins to move on any axis
Slate
WidgetArgsType & OnBeginSliderMovement &40; const FSimpleDelegate & InDelegate &41;
[]
SNumericRotatorInputBox::FArguments::OnPitchChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Called when the pitch value is changed
Slate
WidgetArgsType & OnPitchChanged &40; const FOnNumericValueChanged & InDelegate &41;
[]
SNumericRotatorInputBox::FArguments::OnPitchBeginSliderMovement
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Called when the slider begins to move on pitch
Slate
WidgetArgsType & OnPitchBeginSliderMovement &40; const FSimpleDelegate & InDelegate &41;
[]
SNumericRotatorInputBox::FArguments::OnPitchCommitted
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Called when the pitch value is committed
Slate
WidgetArgsType & OnPitchCommitted &40; const FOnNumericValueCommitted & InDelegate &41;
[]
SNumericRotatorInputBox::FArguments::OnRollBeginSliderMovement
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Called when the slider begins to move on roll
Slate
WidgetArgsType & OnRollBeginSliderMovement &40; const FSimpleDelegate & InDelegate &41;
[]
SNumericRotatorInputBox::FArguments::OnRollChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Called when the roll value is changed
Slate
WidgetArgsType & OnRollChanged &40; const FOnNumericValueChanged & InDelegate &41;
[]
SNumericRotatorInputBox::FArguments::OnEndSliderMovement
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Called when the slider for any axis is released
Slate
WidgetArgsType & OnEndSliderMovement &40; const FOnNumericValueChanged & InDelegate &41;
[]
SNumericRotatorInputBox::FArguments::OnRollCommitted
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Called when the roll value is committed
Slate
WidgetArgsType & OnRollCommitted &40; const FOnNumericValueCommitted & InDelegate &41;
[]
SNumericRotatorInputBox::FArguments::OnRollEndSliderMovement
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Called when the slider for roll is released
Slate
WidgetArgsType & OnRollEndSliderMovement &40; const FOnNumericValueChanged & InDelegate &41;
[]
SNumericRotatorInputBox::FArguments::OnToggleRollChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Called whenever the toggle Roll changes state
Slate
WidgetArgsType & OnToggleRollChanged &40; const FOnCheckStateChanged & InDelegate &41;
[]
SNumericRotatorInputBox::FArguments::OnTogglePitchChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Called whenever the toggle Pitch changes state
Slate
WidgetArgsType & OnTogglePitchChanged &40; const FOnCheckStateChanged & InDelegate &41;
[]
SNumericRotatorInputBox::FArguments::OnToggleYawChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Called whenever the toggle Yaw changes state
Slate
WidgetArgsType & OnToggleYawChanged &40; const FOnCheckStateChanged & InDelegate &41;
[]
SNumericRotatorInputBox::FArguments::OnYawBeginSliderMovement
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Called when the slider begins to move on yaw
Slate
WidgetArgsType & OnYawBeginSliderMovement &40; const FSimpleDelegate & InDelegate &41;
[]
SNumericRotatorInputBox::FArguments::OnYawChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Called when the yaw value is changed
Slate
WidgetArgsType & OnYawChanged &40; const FOnNumericValueChanged & InDelegate &41;
[]
SNumericRotatorInputBox::FArguments::OnYawEndSliderMovement
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Called when the slider for yaw is released
Slate
WidgetArgsType & OnYawEndSliderMovement &40; const FOnNumericValueChanged & InDelegate &41;
[]
SNumericRotatorInputBox::FArguments::OnYawCommitted
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Called when the yaw value is committed
Slate
WidgetArgsType & OnYawCommitted &40; const FOnNumericValueCommitted & InDelegate &41;
[]
SNumericRotatorInputBox::FArguments::Roll
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Roll component of the rotator
Slate
WidgetArgsType & Roll &40; const TAttribute< TOptional< NumericType > > & InAttribute &41;
[]
SNumericRotatorInputBox::FArguments::Pitch
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Pitch component of the rotator
Slate
WidgetArgsType & Pitch &40; const TAttribute< TOptional< NumericType > > & InAttribute &41;
[]
SNumericRotatorInputBox::FArguments::TogglePitchChecked
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
The value of the toggle Pitch checkbox
Slate
WidgetArgsType & TogglePitchChecked &40; const TAttribute< ECheckBoxState > & InAttribute &41;
[]
SNumericRotatorInputBox::FArguments::TogglePadding
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
Padding around the toggle checkbox
Slate
WidgetArgsType & TogglePadding &40; FMargin InArg &41;
[]
SNumericRotatorInputBox::FArguments::ToggleRollChecked
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h
The value of the toggle Roll checkbox
Slate
WidgetArgsType & ToggleRollChecked &40; const TAttribute< ECheckBoxState > & InAttribute &41;
[]