className
stringlengths 1
167
| headerPath
stringlengths 14
166
| description
stringlengths 0
1.62k
| module
stringlengths 3
36
| code
stringlengths 0
11.4k
| variables
listlengths 0
395
|
---|---|---|---|---|---|
FOnContextMenuOpening | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h | AdvancedWidgets | typedef TBaseDelegate_TwoParams< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) >, [FHandle](API\Runtime\AdvancedWidgets\Widgets\PropertyViewer\SPropertyViewer\FHandle), [TArrayView](API\Runtime\Core\Containers\TArrayView)< const [FFieldVariant](API\Runtime\CoreUObject\UObject\FFieldVariant) > > FOnContextMenuOpening | []
|
|
FOnDoubleClicked | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h | AdvancedWidgets | typedef TBaseDelegate_TwoParams< void, [FHandle](API\Runtime\AdvancedWidgets\Widgets\PropertyViewer\SPropertyViewer\FHandle), [TArrayView](API\Runtime\Core\Containers\TArrayView)< const [FFieldVariant](API\Runtime\CoreUObject\UObject\FFieldVariant) > > FOnDoubleClicked | []
|
|
FOnDragDetected | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h | AdvancedWidgets | typedef TBaseDelegate_FourParams< [FReply](API\Runtime\SlateCore\Input\FReply), const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) &, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) &, [FHandle](API\Runtime\AdvancedWidgets\Widgets\PropertyViewer\SPropertyViewer\FHandle), [TArrayView](API\Runtime\Core\Containers\TArrayView)< const [FFieldVariant](API\Runtime\CoreUObject\UObject\FFieldVariant) > > FOnDragDetected | []
|
|
FOnGenerateContainer | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h | AdvancedWidgets | typedef TBaseDelegate_TwoParams< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) >, [FHandle](API\Runtime\AdvancedWidgets\Widgets\PropertyViewer\SPropertyViewer\FHandle), [TOptional](API\Runtime\Core\IO\TOptional)< [FText](API\Runtime\Core\Internationalization\FText) > DisplayName > FOnGenerateContainer | []
|
|
FSelectedItem | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h | AdvancedWidgets | struct FSelectedItem | [
{
"type": "bool",
"name": "bIsContainerSelected",
"description": ""
},
{
"type": "TArray<TArray<...",
"name": "Fields",
"description": ""
},
{
"type": "FHandle",
"name": "Handle",
"description": ""
}
]
|
|
FOnSelectionChanged | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h | AdvancedWidgets | typedef TBaseDelegate_ThreeParams< void, [FHandle](API\Runtime\AdvancedWidgets\Widgets\PropertyViewer\SPropertyViewer\FHandle), [TArrayView](API\Runtime\Core\Containers\TArrayView)< const [FFieldVariant](API\Runtime\CoreUObject\UObject\FFieldVariant) >, [ESelectInfo::Type](API\Runtime\SlateCore\Types\ESelectInfo__Type) > FOnSelectionChanged | []
|
|
SPropertyViewer::GetSelectedItems | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h | AdvancedWidgets | [TArray](API\Runtime\Core\Containers\TArray)< [FSelectedItem](API\Runtime\AdvancedWidgets\Widgets\PropertyViewer\SPropertyViewer\FSelectedItem) > GetSelectedItems() const | []
|
|
SPropertyViewer::Remove | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h | AdvancedWidgets | void Remove ( [FHandle](API\Runtime\AdvancedWidgets\Widgets\PropertyViewer\SPropertyViewer\FHandle) Identifier ) | []
|
|
SPropertyViewer::RemoveAll | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h | AdvancedWidgets | void RemoveAll() | []
|
|
SPropertyViewer::SetRawFilterText | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h | AdvancedWidgets | void SetRawFilterText ( const [FText](API\Runtime\Core\Internationalization\FText) & InFilterText ) | []
|
|
SPropertyViewer::SetSelection | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h | AdvancedWidgets | void SetSelection ( [FHandle](API\Runtime\AdvancedWidgets\Widgets\PropertyViewer\SPropertyViewer\FHandle) Container, [TArrayView](API\Runtime\Core\Containers\TArrayView)< const [FFieldVariant](API\Runtime\CoreUObject\UObject\FFieldVariant) > FieldPath ) | []
|
|
Super | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h | AdvancedWidgets | typedef [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget) Super | []
|
|
SPropertyViewer::Tick | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h | Ticks this widget with Geometry. Override in derived classes, but always call the parent implementation. | AdvancedWidgets | virtual void Tick ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry, const double InCurrentTime, const float InDeltaTime ) | []
|
SPropertyViewer | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h | AdvancedWidgets | class SPropertyViewer : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget) | []
|
|
SStringPropertyValue::Construct | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SStringPropertyValue.h | AdvancedWidgets | void Construct ( const [FArguments](API\Runtime\AdvancedWidgets\Widgets\PropertyViewer\SStringPropertyValue\FArguments) & InArgs ) | []
|
|
SStringPropertyValue::CreateInstance | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SStringPropertyValue.h | AdvancedWidgets | static [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > CreateInstance ( const [FPropertyValueFactory::FGenerateArgs](API\Runtime\AdvancedWidgets\Framework\PropertyViewer\FPropertyValueFactory\FGenerateArgs) Args ) | []
|
|
SStringPropertyValue::FArguments::NotifyHook | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SStringPropertyValue.h | AdvancedWidgets | WidgetArgsType & NotifyHook &40; INotifyHook &42; InArg &41; | []
|
|
SStringPropertyValue::FArguments::Path | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SStringPropertyValue.h | AdvancedWidgets | WidgetArgsType & Path &40; FPropertyPath InArg &41; | []
|
|
WidgetArgsType | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SStringPropertyValue.h | AdvancedWidgets | typedef FArguments WidgetArgsType | []
|
|
SStringPropertyValue::FArguments::FArguments | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SStringPropertyValue.h | AdvancedWidgets | FArguments&40;&41; | []
|
|
FArguments | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SStringPropertyValue.h | AdvancedWidgets | struct FArguments : public [TSlateBaseNamedArgs< SStringPropertyValue >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | []
|
|
SStringPropertyValue | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SStringPropertyValue.h | AdvancedWidgets | class SStringPropertyValue : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget) | []
|
|
SRadialSlider::CommitValue | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Commits the specified slider value. | AdvancedWidgets | virtual void CommitValue ( float NewValue ) | []
|
SRadialSlider::ComputeDesiredSize | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.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. | AdvancedWidgets | virtual FVector2D ComputeDesiredSize ( float ) const | []
|
SRadialSlider::Construct | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Construct the widget. | AdvancedWidgets | void Construct ( const [SRadialSlider::FArguments](API\Runtime\AdvancedWidgets\Widgets\SRadialSlider\FArguments) & InDeclaration ) | []
|
SRadialSlider::FArguments::AngularOffset | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Rotates radial slider by arbitrary offset to support full gamut of configurations | AdvancedWidgets | WidgetArgsType & AngularOffset &40; float InArg &41; | []
|
SRadialSlider::CreateAccessibleWidget | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | AdvancedWidgets | virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< FSlateAccessibleWidget > CreateAccessibleWidget() | []
|
|
SRadialSlider::FArguments::bUseCustomDefaultValue | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Whether the slider should draw it's progress bar from a custom value on the slider | AdvancedWidgets | WidgetArgsType & bUseCustomDefaultValue &40; const TAttribute< bool > & InAttribute &41; | []
|
SRadialSlider::FArguments::CenterBackgroundColor | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | The color to draw the center background in. | AdvancedWidgets | WidgetArgsType & CenterBackgroundColor &40; const TAttribute< FSlateColor > & InAttribute &41; | []
|
SRadialSlider::FArguments::CenterBackgroundBrush | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Center background image. | AdvancedWidgets | WidgetArgsType & CenterBackgroundBrush &40; FSlateBrush InArg &41; | []
|
SRadialSlider::FArguments::CustomDefaultValue | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | The value where the slider should draw it's progress bar from, independent of direction | AdvancedWidgets | WidgetArgsType & CustomDefaultValue &40; const TAttribute< float > & InAttribute &41; | []
|
SRadialSlider::FArguments::IsFocusable | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Sometimes a slider should only be mouse-clickable and never keyboard focusable. | AdvancedWidgets | WidgetArgsType & IsFocusable &40; bool InArg &41; | []
|
SRadialSlider::FArguments::HandStartEndRatio | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Start and end of the hand as a ratio to the slider radius (so 0.0 to 1.0 is from the slider center to the handle). | AdvancedWidgets | WidgetArgsType & HandStartEndRatio &40; FVector2D InArg &41; | []
|
SRadialSlider::FArguments::Locked | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Whether the handle is interactive or fixed. | AdvancedWidgets | WidgetArgsType & Locked &40; const TAttribute< bool > & InAttribute &41; | []
|
SRadialSlider::FArguments::MouseUsesStep | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Sets new value if mouse position is greater/less than half the step size. | AdvancedWidgets | WidgetArgsType & MouseUsesStep &40; bool InArg &41; | []
|
SRadialSlider::FArguments::OnControllerCaptureBegin | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Invoked when the Controller is pressed and capture begins. | AdvancedWidgets | WidgetArgsType & OnControllerCaptureBegin &40; const FSimpleDelegate & InDelegate &41; | []
|
SRadialSlider::FArguments::OnControllerCaptureEnd | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Invoked when the controller capture is released. | AdvancedWidgets | WidgetArgsType & OnControllerCaptureEnd &40; const FSimpleDelegate & InDelegate &41; | []
|
SRadialSlider::FArguments::OnMouseCaptureBegin | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Invoked when the mouse is pressed and a capture begins. | AdvancedWidgets | WidgetArgsType & OnMouseCaptureBegin &40; const FSimpleDelegate & InDelegate &41; | []
|
SRadialSlider::FArguments::OnMouseCaptureEnd | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Invoked when the mouse is released and a capture ends. | AdvancedWidgets | WidgetArgsType & OnMouseCaptureEnd &40; const FSimpleDelegate & InDelegate &41; | []
|
SRadialSlider::FArguments::OnValueChanged | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Called when the value is changed by the slider. | AdvancedWidgets | WidgetArgsType & OnValueChanged &40; const FOnFloatValueChanged & InDelegate &41; | []
|
SRadialSlider::FArguments::RequiresControllerLock | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Sets whether we have to lock input to change the slider value. | AdvancedWidgets | WidgetArgsType & RequiresControllerLock &40; bool InArg &41; | []
|
SRadialSlider::FArguments::ShowSliderHand | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Whether to show the slider hand. | AdvancedWidgets | WidgetArgsType & ShowSliderHand &40; bool InArg &41; | []
|
SRadialSlider::FArguments::ShowSliderHandle | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Whether to show the slider thumb. | AdvancedWidgets | WidgetArgsType & ShowSliderHandle &40; bool InArg &41; | []
|
SRadialSlider::FArguments::SliderBarColor | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | The color to draw the slider bar in. | AdvancedWidgets | WidgetArgsType & SliderBarColor &40; const TAttribute< FSlateColor > & InAttribute &41; | []
|
SRadialSlider::FArguments::SliderHandleColor | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | The color to draw the slider handle in. | AdvancedWidgets | WidgetArgsType & SliderHandleColor &40; const TAttribute< FSlateColor > & InAttribute &41; | []
|
SRadialSlider::FArguments::SliderHandleEndAngle | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | The angle at which the Slider Handle will end. | AdvancedWidgets | WidgetArgsType & SliderHandleEndAngle &40; float InArg &41; | []
|
SRadialSlider::FArguments::SliderHandleStartAngle | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | The angle at which the Slider Handle will start. | AdvancedWidgets | WidgetArgsType & SliderHandleStartAngle &40; float InArg &41; | []
|
SRadialSlider::FArguments::SliderProgressColor | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | The color to draw completed progress of the slider bar in. | AdvancedWidgets | WidgetArgsType & SliderProgressColor &40; const TAttribute< FSlateColor > & InAttribute &41; | []
|
SRadialSlider::FArguments::SliderRange | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | A curve that defines how the slider should be sampled. Default is linear. | AdvancedWidgets | WidgetArgsType & SliderRange &40; FRuntimeFloatCurve InArg &41; | []
|
SRadialSlider::FArguments::Style | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | The style used to draw the slider. | AdvancedWidgets | WidgetArgsType & Style &40; const FSliderStyle &42; InArg &41; | []
|
SRadialSlider::FArguments::StepSize | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | The input mode while using the controller. | AdvancedWidgets | WidgetArgsType & StepSize &40; const TAttribute< float > & InAttribute &41; | []
|
SRadialSlider::FArguments::Thickness | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | The thickness used for the slider bar. For backwards compatibility, this will only be used instead of the bar thickness from Style if it has been manually set with SetThickness. | AdvancedWidgets | WidgetArgsType & Thickness &40; const TAttribute< float > & InAttribute &41; | []
|
SRadialSlider::FArguments::Value | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | A value that drives where the slider handle appears. Value is normalized between 0 and 1. | AdvancedWidgets | WidgetArgsType & Value &40; const TAttribute< float > & InAttribute &41; | []
|
SRadialSlider::FArguments::ValueTags | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Distributes value tags along the slider | AdvancedWidgets | WidgetArgsType & ValueTags &40; TArray< float > InArg &41; | []
|
WidgetArgsType | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | AdvancedWidgets | typedef FArguments WidgetArgsType | []
|
|
SRadialSlider::FArguments::FArguments | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | AdvancedWidgets | FArguments&40;&41; | []
|
|
FArguments | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | AdvancedWidgets | struct FArguments : public [TSlateBaseNamedArgs< SRadialSlider >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | []
|
|
SRadialSlider::GetAngularOffset | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Get the AngularOffset attribute | AdvancedWidgets | float GetAngularOffset() const | []
|
SRadialSlider::FArguments::UseVerticalDrag | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Whether the value is changed when dragging vertically as opposed to along the radial curve. | AdvancedWidgets | WidgetArgsType & UseVerticalDrag &40; bool InArg &41; | []
|
SRadialSlider::GetBarImage | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | AdvancedWidgets | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetBarImage() const | []
|
|
SRadialSlider::GetMaxValue | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Get the maximum value in Slider Range | AdvancedWidgets | float GetMaxValue() const | []
|
SRadialSlider::GetMinValue | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Get the minumum value in Slider Range | AdvancedWidgets | float GetMinValue() const | []
|
SRadialSlider::GetNormalizedSliderHandlePosition | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Get the Slider's Handle position scaled from 0 to 1 | AdvancedWidgets | float GetNormalizedSliderHandlePosition() const | []
|
SRadialSlider::GetNormalizedValue | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Get the Value attribute scaled from 0 to 1 | AdvancedWidgets | float GetNormalizedValue ( float RawValue ) const | []
|
SRadialSlider::GetSliderHandleStartAngle | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Get the MinSliderHandleAngle attribute | AdvancedWidgets | float GetSliderHandleStartAngle() const | []
|
SRadialSlider::GetCustomDefaultValue | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Get ths CustomDefaultValue attribute | AdvancedWidgets | float GetCustomDefaultValue() const | []
|
SRadialSlider::GetSliderHandleEndAngle | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Get the MaxSliderHandleAngle attribute | AdvancedWidgets | float GetSliderHandleEndAngle() const | []
|
SRadialSlider::GetSliderRange | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Get the SliderRange attribute | AdvancedWidgets | [FRuntimeFloatCurve](API\Runtime\Engine\Curves\FRuntimeFloatCurve) GetSliderRange() const | []
|
SRadialSlider::GetStepSize | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Get the StepSize attribute | AdvancedWidgets | float GetStepSize() const | []
|
SRadialSlider::GetThumbImage | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | AdvancedWidgets | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetThumbImage() const | []
|
|
SRadialSlider::GetUseCustomDefaultValue | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Get the bUseCustomDefaultValue attribute | AdvancedWidgets | bool GetUseCustomDefaultValue() const | []
|
SRadialSlider::GetValue | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Get the Value attribute | AdvancedWidgets | float GetValue() const | []
|
SRadialSlider::GetValueTags | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Get the ValueTags attribute | AdvancedWidgets | [TArray](API\Runtime\Core\Containers\TArray)< float > GetValueTags() const | []
|
SRadialSlider::IsInteractable | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Is this widget interactive or not? Defaults to false | AdvancedWidgets | virtual bool IsInteractable() const | []
|
SRadialSlider::IsLocked | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Is the handle locked or not? Defaults to false | AdvancedWidgets | bool IsLocked() const | []
|
SRadialSlider::OnFocusLost | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Called when this widget loses focus. This event does not bubble. | AdvancedWidgets | virtual void OnFocusLost ( const [FFocusEvent](API\Runtime\SlateCore\Input\FFocusEvent) & InFocusEvent ) | []
|
SRadialSlider::OnKeyUp | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Called after a key is released when this widget has focus
Returns whether the event was handled, along with other possible actions | AdvancedWidgets | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnKeyUp ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FKeyEvent](API\Runtime\SlateCore\Input\FKeyEvent) & InKeyEvent ) | []
|
SRadialSlider::OnKeyDown | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.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 | AdvancedWidgets | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnKeyDown ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FKeyEvent](API\Runtime\SlateCore\Input\FKeyEvent) & InKeyEvent ) | []
|
SRadialSlider::OnMouseButtonDown | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.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. | AdvancedWidgets | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnMouseButtonDown ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent ) | []
|
SRadialSlider::OnMouseButtonUp | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.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. | AdvancedWidgets | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnMouseButtonUp ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent ) | []
|
SRadialSlider::OnMouseMove | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.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. | AdvancedWidgets | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnMouseMove ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent ) | []
|
SRadialSlider::OnNavigation | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Called when navigation is requested e.g. Left Joystick, Direction Pad, Arrow Keys can generate navigation events. | AdvancedWidgets | virtual [FNavigationReply](API\Runtime\SlateCore\Input\FNavigationReply) OnNavigation ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FNavigationEvent](API\Runtime\SlateCore\Input\FNavigationEvent) & InNavigationEvent ) | []
|
SRadialSlider::OnPaint | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Whenever possible, LeafWidgets should avoid dealing with layout properties. See TextBlock for an example. | AdvancedWidgets | 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 | []
|
SRadialSlider::OnTouchEnded | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Called when a touchpad touch is ended (finger lifted) | AdvancedWidgets | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnTouchEnded ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & InTouchEvent ) | []
|
SRadialSlider::OnTouchMoved | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Called when a touchpad touch is moved (finger moved) | AdvancedWidgets | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnTouchMoved ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & InTouchEvent ) | []
|
SRadialSlider::OnTouchStarted | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Called when a touchpad touch is started (finger down) | AdvancedWidgets | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnTouchStarted ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & InTouchEvent ) | []
|
SRadialSlider::PositionToValue | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Calculates the new value based on the given absolute coordinates.
The new value. | AdvancedWidgets | float PositionToValue ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const FVector2D & AbsolutePosition ) | []
|
SRadialSlider::SetAngularOffset | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Set the AngularOffset attribute | AdvancedWidgets | void SetAngularOffset ( float InAngularOffset ) | []
|
SRadialSlider::SetCenterBackgroundColor | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Set the SliderHandleColor attribute | AdvancedWidgets | void SetCenterBackgroundColor ( [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) InCenterHandleColor ) | []
|
SRadialSlider::SetCustomDefaultValue | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Set the CustomDefaultValue attribute | AdvancedWidgets | void SetCustomDefaultValue ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< float > & InValueAttribute ) | []
|
SRadialSlider::SetHandStartEndRatio | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Set the HandStartEndRatio. Clamped to 0.0 to 1.0, and if the start ratio is more than the end ratio, end ratio will be set to the start ratio. | AdvancedWidgets | void SetHandStartEndRatio ( FVector2D InHandStartEndRatio ) | []
|
SRadialSlider::SetLocked | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Set the Locked attribute | AdvancedWidgets | void SetLocked ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > & InLocked ) | []
|
SRadialSlider::SetMouseUsesStep | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Set the MouseUsesStep attribute | AdvancedWidgets | void SetMouseUsesStep ( bool MouseUsesStep ) | []
|
SRadialSlider::SetRequiresControllerLock | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Set the RequiresControllerLock attribute | AdvancedWidgets | void SetRequiresControllerLock ( bool RequiresControllerLock ) | []
|
SRadialSlider::SetShowSliderHand | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Set the ShowSliderHand attribute | AdvancedWidgets | void SetShowSliderHand ( bool ShowSliderHand ) | []
|
SRadialSlider::SetShowSliderHandle | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Set the ShowSliderHandle attribute | AdvancedWidgets | void SetShowSliderHandle ( bool ShowSliderHandle ) | []
|
SRadialSlider::SetSliderBarColor | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Set the SliderBarColor attribute | AdvancedWidgets | void SetSliderBarColor ( [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) InSliderBarColor ) | []
|
SRadialSlider::SetSliderHandleColor | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Set the SliderHandleColor attribute | AdvancedWidgets | void SetSliderHandleColor ( [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) InSliderHandleColor ) | []
|
SRadialSlider::SetSliderHandleStartAngleAndSliderHandleEndAngle | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Set the SliderHandleStartAngle and SliderHandleEndAngle attributes. If the new SliderHandleStartAngle is more than the new SliderHandleEndAngle, SliderHandleEndAngle will be changed to equal SliderHandleStartAngle. | AdvancedWidgets | void SetSliderHandleStartAngleAndSliderHandleEndAngle ( float InSliderHandleStartAngle, float InSliderHandleEndAngle ) | []
|
SRadialSlider::SetSliderRange | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h | Set the SliderRange attribute | AdvancedWidgets | void SetSliderRange ( const [FRuntimeFloatCurve](API\Runtime\Engine\Curves\FRuntimeFloatCurve) & InSliderRange ) | []
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.