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
|
---|---|---|---|---|---|
WidgetArgsType | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | typedef FSlot::FSlotArguments WidgetArgsType | [] |
|
FSlotArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | struct FSlotArguments : public [TSlotBase< FSlot >::FSlotArguments](API\Runtime\SlateCore\TSlotBase\FSlotArguments), public [TAlignmentWidgetSlotMixin< FSlot >::FSlotArgumentsMixin](API\Runtime\SlateCore\Layout\TAlignmentWidgetSlotMixin\FSlotArgumentsMixin) | [] |
|
SSegmentedControl::FSlot::GetIcon | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | const FSlateBrush &42; GetIcon&40;&41; const | [] |
|
SSegmentedControl::FSlot::GetText | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | FText GetText&40;&41; const | [] |
|
SSegmentedControl::FSlot::GetToolTip | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | FText GetToolTip&40;&41; const | [] |
|
SSegmentedControl::FSlot::SetIcon | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | void SetIcon &40; TAttribute< const FSlateBrush &42; > InBrush &41; | [] |
|
SSegmentedControl::FSlot::SetText | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | void SetText &40; TAttribute< FText > InText &41; | [] |
|
SSegmentedControl::FSlot::SetToolTip | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | void SetToolTip &40; TAttribute< FText > InTooltip &41; | [] |
|
SSegmentedControl::FSlot::FSlot | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | FSlot &40; const OptionType & InValue &41; | [] |
|
FSlot | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Stores the per-child info for this panel type | Slate | struct FSlot : public [TSlotBase< FSlot >](API\Runtime\SlateCore\TSlotBase), public [TAlignmentWidgetSlotMixin< FSlot >](API\Runtime\SlateCore\Layout\TAlignmentWidgetSlotMixin) | [
{
"type": "friend",
"name": "SSegmentedControl< OptionType >",
"description": ""
}
] |
SSegmentedControl::GetValue | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | OptionType GetValue() const | [] |
|
SSegmentedControl::GetValues | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | [TArray](API\Runtime\Core\Containers\TArray)< OptionType > GetValues() const | [] |
|
SSegmentedControl::HasValue | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | bool HasValue ( OptionType InValue ) | [] |
|
SSegmentedControl::NumSlots | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | int32 NumSlots() const | [] |
|
SSegmentedControl::RebuildChildren | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | void RebuildChildren() | [] |
|
SSegmentedControl::SetValue | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | See the Value attribute | Slate | void SetValue ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< OptionType > InValue, bool bUpdateChildren ) | [] |
SSegmentedControl::SetValues | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | See the Values attribute | Slate | void SetValues ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TArray](API\Runtime\Core\Containers\TArray)< OptionType >> InValues, bool bUpdateChildren ) | [] |
SSegmentedControl::Slot | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | static [FSlot::FSlotArguments](API\Runtime\Slate\Widgets\Input\SSegmentedControl\FSlot\FSlotArguments) Slot ( const OptionType & InValue ) | [] |
|
SSegmentedControl::SSegmentedControl | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | SSegmentedControl() | [] |
|
SSegmentedControl | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Note: It is currently not possible to add segments after initialization (i.e. there is no AddSlot). | Slate | template<typename OptionType> class SSegmentedControl : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget) | [] |
SSlider::ComputeDesiredSize | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | LeafWidgets should compute their DesiredSize based solely on their visual representation. There is no need to take child widgets into account as LeafWidgets have none by definition. For example, the TextBlock widget simply measures the area necessary to display its text with the given font and font size. | Slate | virtual FVector2D ComputeDesiredSize ( float ) const | [] |
SSlider::CommitValue | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Commits the specified slider value. | Slate | virtual void CommitValue ( float NewValue ) | [] |
SSlider::Construct | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Construct the widget. | Slate | void Construct ( const [SSlider::FArguments](API\Runtime\Slate\Widgets\Input\SSlider\FArguments) & InDeclaration ) | [] |
SSlider::CreateAccessibleWidget | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Slate | virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< FSlateAccessibleWidget > CreateAccessibleWidget() | [] |
|
SSlider::FArguments::IndentHandle | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Whether the slidable area should be indented to fit the handle. | Slate | WidgetArgsType & IndentHandle &40; const TAttribute< bool > & InAttribute &41; | [] |
SSlider::FArguments::IsFocusable | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Sometimes a slider should only be mouse-clickable and never keyboard focusable. | Slate | WidgetArgsType & IsFocusable &40; bool InArg &41; | [] |
SSlider::FArguments::MaxValue | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | The maximum value that can be specified by using the slider. | Slate | WidgetArgsType & MaxValue &40; float InArg &41; | [] |
SSlider::FArguments::Locked | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Whether the handle is interactive or fixed. | Slate | WidgetArgsType & Locked &40; const TAttribute< bool > & InAttribute &41; | [] |
SSlider::FArguments::MinValue | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | The minimum value that can be specified by using the slider. | Slate | WidgetArgsType & MinValue &40; float InArg &41; | [] |
SSlider::FArguments::OnControllerCaptureBegin | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Invoked when the Controller is pressed and capture begins. | Slate | WidgetArgsType & OnControllerCaptureBegin &40; const FSimpleDelegate & InDelegate &41; | [] |
SSlider::FArguments::MouseUsesStep | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Sets new value if mouse position is greater/less than half the step size. | Slate | WidgetArgsType & MouseUsesStep &40; bool InArg &41; | [] |
SSlider::FArguments::OnControllerCaptureEnd | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Invoked when the controller capture is released. | Slate | WidgetArgsType & OnControllerCaptureEnd &40; const FSimpleDelegate & InDelegate &41; | [] |
SSlider::FArguments::OnMouseCaptureBegin | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Invoked when the mouse is pressed and a capture begins. | Slate | WidgetArgsType & OnMouseCaptureBegin &40; const FSimpleDelegate & InDelegate &41; | [] |
SSlider::FArguments::OnMouseCaptureEnd | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Invoked when the mouse is released and a capture ends. | Slate | WidgetArgsType & OnMouseCaptureEnd &40; const FSimpleDelegate & InDelegate &41; | [] |
SSlider::FArguments::OnValueChanged | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Called when the value is changed by the slider. | Slate | WidgetArgsType & OnValueChanged &40; const FOnFloatValueChanged & InDelegate &41; | [] |
SSlider::FArguments::Orientation | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | The slider's orientation. | Slate | WidgetArgsType & Orientation &40; EOrientation InArg &41; | [] |
SSlider::FArguments::SliderBarColor | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | The color to draw the slider bar in. | Slate | WidgetArgsType & SliderBarColor &40; const TAttribute< FSlateColor > & InAttribute &41; | [] |
SSlider::FArguments::SliderHandleColor | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | The color to draw the slider handle in. | Slate | WidgetArgsType & SliderHandleColor &40; const TAttribute< FSlateColor > & InAttribute &41; | [] |
SSlider::FArguments::StepSize | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | The input mode while using the controller. | Slate | WidgetArgsType & StepSize &40; const TAttribute< float > & InAttribute &41; | [] |
SSlider::FArguments::Style | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | The style used to draw the slider. | Slate | WidgetArgsType & Style &40; const FSliderStyle &42; InArg &41; | [] |
SSlider::FArguments::Value | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | A value that drives where the slider handle appears. Value is normalized between 0 and 1. | Slate | WidgetArgsType & Value &40; const TAttribute< float > & InAttribute &41; | [] |
WidgetArgsType | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Slate | typedef FArguments WidgetArgsType | [] |
|
SSlider::FArguments::FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Slate | FArguments&40;&41; | [] |
|
SSlider::GetBarImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Slate | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetBarImage() const | [] |
|
FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Slate | struct FArguments : public [TSlateBaseNamedArgs< SSlider >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | [] |
|
SSlider::FArguments::RequiresControllerLock | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Sets whether we have to lock input to change the slider value. | Slate | WidgetArgsType & RequiresControllerLock &40; bool InArg &41; | [] |
SSlider::GetIndentHandleAttribute | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | an attribute reference of IndentHandle | Slate | [TSlateAttributeRef](API\Runtime\SlateCore\Widgets\SWidget\TSlateAttributeRef)< bool > GetIndentHandleAttribute() const | [] |
SSlider::GetLockedAttribute | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | an attribute reference of Locked | Slate | [TSlateAttributeRef](API\Runtime\SlateCore\Widgets\SWidget\TSlateAttributeRef)< bool > GetLockedAttribute() const | [] |
SSlider::GetMaxValue | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Get the MaxValue attribute | Slate | float GetMaxValue() const | [] |
SSlider::GetMinValue | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Get the MinValue attribute | Slate | float GetMinValue() const | [] |
SSlider::GetNormalizedValue | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Get the Value attribute scaled from 0 to 1 | Slate | float GetNormalizedValue() const | [] |
SSlider::GetSliderBarColorAttribute | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | an attribute reference of SliderBarColor | Slate | [TSlateAttributeRef](API\Runtime\SlateCore\Widgets\SWidget\TSlateAttributeRef)< [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) > GetSliderBarColorAttribute() const | [] |
SSlider::GetSliderHandleColorAttribute | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | an attribute reference of SliderHandleColor | Slate | [TSlateAttributeRef](API\Runtime\SlateCore\Widgets\SWidget\TSlateAttributeRef)< [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) > GetSliderHandleColorAttribute() const | [] |
SSlider::GetStepSize | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Get the StepSize attribute | Slate | float GetStepSize() const | [] |
SSlider::GetThumbImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Slate | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetThumbImage() const | [] |
|
SSlider::GetValue | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Get the Value attribute | Slate | float GetValue() const | [] |
SSlider::GetWidgetClass | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Slate | virtual const [FSlateWidgetClassData](API\Runtime\SlateCore\Widgets\FSlateWidgetClassData) & GetWidgetClass() const | [] |
|
SSlider::GetValueAttribute | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | an attribute reference of IndentHandle | Slate | [TSlateAttributeRef](API\Runtime\SlateCore\Widgets\SWidget\TSlateAttributeRef)< float > GetValueAttribute() const | [] |
SSlider::IsInteractable | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Is this widget interactive or not? Defaults to false | Slate | virtual bool IsInteractable() const | [] |
SSlider::IsLocked | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Is the handle locked or not? Defaults to false | Slate | bool IsLocked() const | [] |
SSlider::OnFocusLost | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Called when this widget loses focus. This event does not bubble. | Slate | virtual void OnFocusLost ( const [FFocusEvent](API\Runtime\SlateCore\Input\FFocusEvent) & InFocusEvent ) | [] |
SSlider::OnKeyDown | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Called after a key is pressed when this widget has focus (this event bubbles if not handled)
Returns whether the event was handled, along with other possible actions | Slate | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnKeyDown ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FKeyEvent](API\Runtime\SlateCore\Input\FKeyEvent) & InKeyEvent ) | [] |
SSlider::OnKeyUp | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Called after a key is released when this widget has focus
Returns whether the event was handled, along with other possible actions | Slate | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnKeyUp ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FKeyEvent](API\Runtime\SlateCore\Input\FKeyEvent) & InKeyEvent ) | [] |
SSlider::OnMouseButtonDown | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | MOUSE INPUT The system calls this method to notify the widget that a mouse button was pressed within it. This event is bubbled.
Whether the event was handled along with possible requests for the system to take action. | Slate | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnMouseButtonDown ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent ) | [] |
SSlider::OnMouseButtonUp | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | The system calls this method to notify the widget that a mouse button was release within it. This event is bubbled.
Whether the event was handled along with possible requests for the system to take action. | Slate | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnMouseButtonUp ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent ) | [] |
SSlider::OnMouseCaptureLost | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Called when this widget had captured the mouse, but that capture has been revoked for some reason. | Slate | virtual void OnMouseCaptureLost ( const [FCaptureLostEvent](API\Runtime\SlateCore\Input\FCaptureLostEvent) & CaptureLostEvent ) | [] |
SSlider::OnMouseMove | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | The system calls this method to notify the widget that a mouse moved within it. This event is bubbled.
Whether the event was handled along with possible requests for the system to take action. | Slate | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnMouseMove ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent ) | [] |
SSlider::OnNavigation | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Called when navigation is requested e.g. Left Joystick, Direction Pad, Arrow Keys can generate navigation events. | Slate | virtual [FNavigationReply](API\Runtime\SlateCore\Input\FNavigationReply) OnNavigation ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FNavigationEvent](API\Runtime\SlateCore\Input\FNavigationEvent) & InNavigationEvent ) | [] |
SSlider::OnPaint | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Whenever possible, LeafWidgets should avoid dealing with layout properties. See TextBlock for an example. | Slate | virtual int32 OnPaint ( const [FPaintArgs](API\Runtime\SlateCore\Types\FPaintArgs) & Args, const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry, const [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) & MyCullingRect, [FSlateWindowElementList](API\Runtime\SlateCore\Rendering\FSlateWindowElementList) & OutDrawElements, int32 LayerId, const [FWidgetStyle](API\Runtime\SlateCore\Styling\FWidgetStyle) & InWidgetStyle, bool bParentEnabled ) const | [] |
SSlider::OnTouchMoved | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Called when a touchpad touch is moved (finger moved) | Slate | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnTouchMoved ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & InTouchEvent ) | [] |
SSlider::OnTouchEnded | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Called when a touchpad touch is ended (finger lifted) | Slate | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnTouchEnded ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & InTouchEvent ) | [] |
SSlider::OnTouchStarted | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Called when a touchpad touch is started (finger down) | Slate | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnTouchStarted ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & InTouchEvent ) | [] |
SSlider::PositionToValue | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Calculates the new value based on the given absolute coordinates.
The new value. | Slate | float PositionToValue ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & AbsolutePosition ) | [] |
PrivateParentType | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Slate | typedef [SLeafWidget](API\Runtime\SlateCore\Widgets\SLeafWidget) PrivateParentType | [] |
|
PrivateThisType | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Slate | typedef [SSlider](API\Runtime\Slate\Widgets\Input\SSlider) PrivateThisType | [] |
|
SSlider::SetIndentHandle | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Set the IndentHandle attribute | Slate | void SetIndentHandle ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > InIndentHandle ) | [] |
SSlider::SetLocked | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Set the Locked attribute | Slate | void SetLocked ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > InLocked ) | [] |
SSlider::SetMinAndMaxValues | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Set the MinValue and MaxValue attributes. If the new MinValue is more than the new MaxValue, MaxValue will be changed to equal MinValue. | Slate | void SetMinAndMaxValues ( float InMinValue, float InMaxValue ) | [] |
SSlider::SetMouseUsesStep | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Set the MouseUsesStep attribute | Slate | void SetMouseUsesStep ( bool MouseUsesStep ) | [] |
SSlider::SetOrientation | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Set the Orientation attribute | Slate | void SetOrientation ( EOrientation InOrientation ) | [] |
SSlider::SetRequiresControllerLock | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Set the RequiresControllerLock attribute | Slate | void SetRequiresControllerLock ( bool RequiresControllerLock ) | [] |
SSlider::SetSliderBarColor | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Set the SliderBarColor attribute | Slate | void SetSliderBarColor ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) > InSliderBarColor ) | [] |
SSlider::SetStepSize | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Set the StepSize attribute | Slate | void SetStepSize ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< float > InStepSize ) | [] |
SSlider::SetSliderHandleColor | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Set the SliderHandleColor attribute | Slate | void SetSliderHandleColor ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) > InSliderHandleColor ) | [] |
SSlider::SetStyle | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Set the widget style. | Slate | void SetStyle ( const [FSliderStyle](API\Runtime\SlateCore\Styling\FSliderStyle) * InStyle ) | [] |
SSlider::SetValue | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Set the Value attribute | Slate | void SetValue ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< float > InValueAttribute ) | [] |
Super | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Slate | typedef [SLeafWidget](API\Runtime\SlateCore\Widgets\SLeafWidget) Super | [] |
|
SSlider::StaticWidgetClass | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Slate | static const [FSlateWidgetClassData](API\Runtime\SlateCore\Widgets\FSlateWidgetClassData) & StaticWidgetClass() | [] |
|
SSlider::SupportsKeyboardFocus | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Checks to see if this widget supports keyboard focus. Override this in derived classes.
True if this widget can take keyboard focus | Slate | virtual bool SupportsKeyboardFocus() const | [] |
ThisClass | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Slate | typedef [SSlider](API\Runtime\Slate\Widgets\Input\SSlider) ThisClass | [] |
|
SSlider::SSlider | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | Slate | SSlider() | [] |
|
SSpinBox::ApplySliderMaxValueChanged | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSpinBox.h | Slate | void ApplySliderMaxValueChanged ( float SliderDeltaToAdd, bool UpdateOnlyIfHigher ) | [] |
|
SSlider | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h | A Slate slider control is a linear scale and draggable handle. | Slate | class SSlider : public [SLeafWidget](API\Runtime\SlateCore\Widgets\SLeafWidget) | [
{
"type": "bool",
"name": "bControllerInputCaptured",
"description": "Holds a flag indicating whether a controller/keyboard is manipulating the slider's value."
},
{
"type": "bool",
"name": "bIsFocusable",
"description": "When true, this slider will be keyboard focusable. Defaults to false."
},
{
"type": "bool",
"name": "bMouseUsesStep",
"description": "Sets new value if mouse position is greater/less than half the step size."
},
{
"type": "bool",
"name": "bRequiresControllerLock",
"description": "Sets whether we have to lock input to change the slider value."
},
{
"type": "EMouseCursor::T...",
"name": "CachedCursor",
"description": "Holds the initial cursor in case a custom cursor has been specified, so we can restore it after dragging the slider."
},
{
"type": "float",
"name": "MaxValue",
"description": ""
},
{
"type": "float",
"name": "MinValue",
"description": ""
},
{
"type": "EOrientation",
"name": "Orientation",
"description": "Holds the slider's orientation."
},
{
"type": "UE::Slate::FDep...",
"name": "PressedScreenSpaceTouchDownPosition",
"description": "The location in screenspace the slider was pressed by a touch"
},
{
"type": "TAttribute< flo...",
"name": "StepSize",
"description": "Holds the amount to adjust the value by when using a controller or keyboard"
},
{
"type": "constFSliderSt...",
"name": "Style",
"description": "Holds the style passed to the widget upon construction."
}
] |
SSpinBox::ApplySliderMinValueChanged | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSpinBox.h | Slate | void ApplySliderMinValueChanged ( float SliderDeltaToAdd, bool UpdateOnlyIfLower ) | [] |
|
SSpinBox::CommitValue | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSpinBox.h | Call this method when the user's interaction has changed the value | Slate | void CommitValue ( NumericType NewValue, double NewSpinValue, [ECommitMethod](API\Runtime\Slate\Widgets\Input\SSpinBox\ECommitMethod) CommitMethod, [ETextCommit::Type](API\Runtime\SlateCore\Types\ETextCommit__Type) OriginalCommitInfo ) | [] |
SSpinBox::Construct | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSpinBox.h | Construct the widget | Slate | void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Input\SSpinBox\FArguments) & InArgs ) | [] |
DefaultMaxFractionalDigits | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSpinBox.h | The default maximum fractional digits | Slate | static const int32 DefaultMaxFractionalDigits = 6; | [] |
DefaultMinFractionalDigits | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSpinBox.h | The default minimum fractional digits | Slate | static const int32 DefaultMinFractionalDigits = 1; | [] |
ECommitMethod | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSpinBox.h | How user changed the value in the spinbox | Slate | enum ECommitMethod { CommittedViaSpin, CommittedViaTypeIn, CommittedViaArrowKey, CommittedViaCode, } | [] |
SSpinBox::EnterTextMode | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSpinBox.h | Make the spinbox switch to keyboard-based input mode. | Slate | void EnterTextMode() | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.