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
|
---|---|---|---|---|---|
SButton::SetOnUnhovered | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SButton.h | Set OnUnhovered event | Slate | void SetOnUnhovered ( FSimpleDelegate InOnUnhovered ) | [] |
SButton::SetPressedSound | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SButton.h | See PressedSound attribute | Slate | void SetPressedSound ( [TOptional](API\Runtime\Core\IO\TOptional)< [FSlateSound](API\Runtime\SlateCore\Sound\FSlateSound) > InPressedSound ) | [] |
SButton::SetPressMethod | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SButton.h | Slate | void SetPressMethod ( [EButtonPressMethod::Type](API\Runtime\SlateCore\Types\EButtonPressMethod__Type) InPressMethod ) | [] |
|
SButton::SetTouchMethod | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SButton.h | Slate | void SetTouchMethod ( [EButtonTouchMethod::Type](API\Runtime\SlateCore\Types\EButtonTouchMethod__Type) InTouchMethod ) | [] |
|
SButton::StaticWidgetClass | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SButton.h | Slate | static const [FSlateWidgetClassData](API\Runtime\SlateCore\Widgets\FSlateWidgetClassData) & StaticWidgetClass() | [] |
|
SButton::SupportsKeyboardFocus | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SButton.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 | [] |
Super | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SButton.h | Slate | typedef [SBorder](API\Runtime\Slate\Widgets\Layout\SBorder) Super | [] |
|
ThisClass | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SButton.h | Slate | typedef [SButton](API\Runtime\Slate\Widgets\Input\SButton) ThisClass | [] |
|
SButton::SButton | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SButton.h | Slate | SButton() | [] |
|
SButton | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SButton.h | Slate's Buttons are clickable Widgets that can contain arbitrary widgets as itsContent(). | Slate | class SButton : public [SBorder](API\Runtime\Slate\Widgets\Layout\SBorder) | [] |
SButton::SimulateClick | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SButton.h | Slate | void SimulateClick() | [] |
|
SCheckBox::BuildCheckBox | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Rebuilds the checkbox based on the current ESlateCheckBoxType | Slate | void BuildCheckBox ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > InContent ) | [] |
SCheckBox::Construct | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Construct this widget | Slate | void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Input\SCheckBox\FArguments) & InArgs ) | [] |
SCheckBox::CreateAccessibleWidget | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Slate | virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< FSlateAccessibleWidget > CreateAccessibleWidget() | [] |
|
SCheckBox::FArguments::BackgroundHoveredImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | The background hovered image for the checkbox - overrides the style's | Slate | WidgetArgsType & BackgroundHoveredImage &40; const FSlateBrush &42; InArg &41; | [] |
SCheckBox::FArguments::BackgroundImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | The background image for the checkbox - overrides the style's | Slate | WidgetArgsType & BackgroundImage &40; const FSlateBrush &42; InArg &41; | [] |
SCheckBox::FArguments::BackgroundPressedImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | The background pressed image for the checkbox - overrides the style's | Slate | WidgetArgsType & BackgroundPressedImage &40; const FSlateBrush &42; InArg &41; | [] |
SCheckBox::FArguments::CheckBoxContentUsesAutoWidth | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Whether or not the content portion of the checkbox should layout using auto-width. When true the content will always be arranged at its desired size as opposed to resizing to the available space. | Slate | WidgetArgsType & CheckBoxContentUsesAutoWidth &40; bool InArg &41; | [] |
SCheckBox::FArguments::BorderBackgroundColor | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | The color of the background border (set by the Style arg but the Style can be overridden with this) | Slate | WidgetArgsType & BorderBackgroundColor &40; const TAttribute< FSlateColor > & InAttribute &41; | [] |
SCheckBox::FArguments::CheckedHoveredImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | The checked hovered image for the checkbox - overrides the style's | Slate | WidgetArgsType & CheckedHoveredImage &40; const FSlateBrush &42; InArg &41; | [] |
SCheckBox::FArguments::CheckedImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | The checked image for the checkbox - overrides the style's | Slate | WidgetArgsType & CheckedImage &40; const FSlateBrush &42; InArg &41; | [] |
SCheckBox::FArguments::CheckedPressedImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | The checked pressed image for the checkbox - overrides the style's | Slate | WidgetArgsType & CheckedPressedImage &40; const FSlateBrush &42; InArg &41; | [] |
SCheckBox::FArguments::ClickMethod | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Sets the rules to use for determining whether the button was clicked. This is an advanced setting and generally should be left as the default. | Slate | WidgetArgsType & ClickMethod &40; EButtonClickMethod::Type InArg &41; | [] |
SCheckBox::FArguments::Content | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Content to be placed next to the check box, or for a toggle button, the content to be placed inside the button | Slate | NamedSlotProperty< FArguments > Content&40;&41; | [] |
SCheckBox::FArguments::ForegroundColor | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Foreground color for the checkbox's content and parts (set by the Style arg but the Style can be overridden with this) | Slate | WidgetArgsType & ForegroundColor &40; const TAttribute< FSlateColor > & InAttribute &41; | [] |
SCheckBox::FArguments::HAlign | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | How the content of the toggle button should align within the given space | Slate | WidgetArgsType & HAlign &40; EHorizontalAlignment InArg &41; | [] |
SCheckBox::FArguments::HoveredSoundOverride | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | The sound to play when the check box is hovered | Slate | WidgetArgsType & HoveredSoundOverride &40; TOptional< FSlateSound > InArg &41; | [] |
SCheckBox::FArguments::CheckedSoundOverride | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | The sound to play when the check box is checked | Slate | WidgetArgsType & CheckedSoundOverride &40; TOptional< FSlateSound > InArg &41; | [] |
SCheckBox::FArguments::IsChecked | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Whether the check box is currently in a checked state | Slate | WidgetArgsType & IsChecked &40; const TAttribute< ECheckBoxState > & InAttribute &41; | [] |
SCheckBox::FArguments::IsFocusable | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Slate | WidgetArgsType & IsFocusable &40; bool InArg &41; | [] |
|
SCheckBox::FArguments::OnCheckStateChanged | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Called when the checked state has changed | Slate | WidgetArgsType & OnCheckStateChanged &40; const FOnCheckStateChanged & InDelegate &41; | [] |
SCheckBox::FArguments::OnGetMenuContent | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Slate | WidgetArgsType & OnGetMenuContent &40; const FOnGetContent & InDelegate &41; | [] |
|
SCheckBox::FArguments::operator[] | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Slate | FArguments & operator&91;&93; &40; const TSharedRef< SWidget > & InChild &41; | [] |
|
SCheckBox::FArguments::Padding | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Spacing between the check box image and its content (set by the Style arg but the Style can be overridden with this) | Slate | WidgetArgsType & Padding &40; const TAttribute< FMargin > & InAttribute &41; | [] |
SCheckBox::FArguments::PressMethod | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | How should the button be clicked with keyboard/controller button events? | Slate | WidgetArgsType & PressMethod &40; EButtonPressMethod::Type InArg &41; | [] |
SCheckBox::FArguments::Style | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | The style structure for this checkbox' visual style | Slate | WidgetArgsType & Style &40; const FCheckBoxStyle &42; InArg &41; | [] |
SCheckBox::FArguments::TouchMethod | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | How should the button be clicked with touch events? | Slate | WidgetArgsType & TouchMethod &40; EButtonTouchMethod::Type InArg &41; | [] |
SCheckBox::FArguments::UncheckedHoveredImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | The unchecked hovered image for the checkbox - overrides the style's | Slate | WidgetArgsType & UncheckedHoveredImage &40; const FSlateBrush &42; InArg &41; | [] |
SCheckBox::FArguments::Type | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Type of check box (set by the Style arg but the Style can be overridden with this) | Slate | WidgetArgsType & Type &40; TOptional< ESlateCheckBoxType::Type > InArg &41; | [] |
SCheckBox::FArguments::UncheckedImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | The unchecked image for the checkbox - overrides the style's | Slate | WidgetArgsType & UncheckedImage &40; const FSlateBrush &42; InArg &41; | [] |
SCheckBox::FArguments::UncheckedPressedImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | The unchecked pressed image for the checkbox - overrides the style's | Slate | WidgetArgsType & UncheckedPressedImage &40; const FSlateBrush &42; InArg &41; | [] |
SCheckBox::FArguments::UncheckedSoundOverride | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | The sound to play when the check box is unchecked | Slate | WidgetArgsType & UncheckedSoundOverride &40; TOptional< FSlateSound > InArg &41; | [] |
SCheckBox::FArguments::UndeterminedImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | The undetermined image for the checkbox - overrides the style's | Slate | WidgetArgsType & UndeterminedImage &40; const FSlateBrush &42; InArg &41; | [] |
SCheckBox::FArguments::UndeterminedHoveredImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | The undetermined hovered image for the checkbox - overrides the style's | Slate | WidgetArgsType & UndeterminedHoveredImage &40; const FSlateBrush &42; InArg &41; | [] |
SCheckBox::FArguments::UndeterminedPressedImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | The undetermined pressed image for the checkbox - overrides the style's | Slate | WidgetArgsType & UndeterminedPressedImage &40; const FSlateBrush &42; InArg &41; | [] |
SCheckBox::FArguments::FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Slate | FArguments&40;&41; | [] |
|
WidgetArgsType | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Slate | typedef FArguments WidgetArgsType | [] |
|
SCheckBox::GetBackgroundHoveredImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Slate | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetBackgroundHoveredImage() const | [] |
|
FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Slate | struct FArguments : public [TSlateBaseNamedArgs< SCheckBox >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | [] |
|
SCheckBox::GetBackgroundImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Slate | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetBackgroundImage() const | [] |
|
SCheckBox::GetCheckedHoveredImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Slate | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetCheckedHoveredImage() const | [] |
|
SCheckBox::GetBackgroundPressedImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Slate | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetBackgroundPressedImage() const | [] |
|
SCheckBox::GetCheckedImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Slate | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetCheckedImage() const | [] |
|
SCheckBox::GetCheckedPressedImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Slate | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetCheckedPressedImage() const | [] |
|
SCheckBox::GetCheckedState | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | The current checked state of the checkbox. | Slate | ECheckBoxState GetCheckedState() const | [] |
SCheckBox::GetClickMethodFromInputType | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Utility function to translate other input click methods to regular ones. | Slate | [TEnumAsByte](API\Runtime\Core\Containers\TEnumAsByte)< [EButtonClickMethod::Type](API\Runtime\SlateCore\Types\EButtonClickMethod__Type) > GetClickMethodFromInputType ( const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent ) const | [] |
SCheckBox::GetForegroundColor | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | the Foreground color that this widget sets; unset options if the widget does not set a foreground color | Slate | virtual [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) GetForegroundColor() const | [] |
SCheckBox::GetUncheckedHoveredImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Slate | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetUncheckedHoveredImage() const | [] |
|
SCheckBox::GetUncheckedImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Slate | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetUncheckedImage() const | [] |
|
SCheckBox::GetUncheckedPressedImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Slate | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetUncheckedPressedImage() const | [] |
|
SCheckBox::GetUndeterminedHoveredImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Slate | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetUndeterminedHoveredImage() const | [] |
|
SCheckBox::GetUndeterminedImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Slate | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetUndeterminedImage() const | [] |
|
SCheckBox::GetUndeterminedPressedImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Slate | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetUndeterminedPressedImage() const | [] |
|
SCheckBox::IsChecked | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Returns true if the checkbox is currently checked
True if checked, otherwise false | Slate | bool IsChecked() const | [] |
SCheckBox::IsInteractable | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Is this widget interactive or not? Defaults to false | Slate | virtual bool IsInteractable() const | [] |
SCheckBox::IsPreciseTapOrClick | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Utility function to determine if the incoming mouse event is for a precise tap or click | Slate | bool IsPreciseTapOrClick ( const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent ) const | [] |
SCheckBox::IsPressed | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Returns true if this button is currently pressed
True if pressed, otherwise false | Slate | bool IsPressed() const | [] |
SCheckBox::OnGetBackgroundImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Attribute getter for the background image | Slate | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * OnGetBackgroundImage() const | [] |
SCheckBox::OnGetBorderBackgroundColor | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Attribute getter for the border background color | Slate | [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) OnGetBorderBackgroundColor() const | [] |
SCheckBox::OnGetCheckBoxType | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Attribute getter for the checkbox type | Slate | [ESlateCheckBoxType::Type](API\Runtime\SlateCore\Styling\ESlateCheckBoxType__Type) OnGetCheckBoxType() const | [] |
SCheckBox::OnGetCheckImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Gets the check image to display for the current state of the check box
The name of the image to display | Slate | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * OnGetCheckImage() const | [] |
SCheckBox::OnGetPadding | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Attribute getter for the padding | Slate | [FMargin](API\Runtime\SlateCore\Layout\FMargin) OnGetPadding() const | [] |
SCheckBox::OnKeyDown | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.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 ) | [] |
SCheckBox::OnKeyUp | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.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 ) | [] |
SCheckBox::OnMouseButtonDown | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | SeeSWidget::OnMouseButtonDown.
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 ) | [] |
SCheckBox::OnMouseButtonDoubleClick | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | SeeSWidget::OnMouseButtonDoubleClick.
Whether the event was handled along with possible requests for the system to take action. | Slate | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnMouseButtonDoubleClick ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & InMyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & InMouseEvent ) | [] |
SCheckBox::OnMouseButtonUp | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | SeeSWidget::OnMouseButtonUp.
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 ) | [] |
SCheckBox::OnMouseEnter | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | The system will use this event to notify a widget that the cursor has entered it. This event is uses a custom bubble strategy. | Slate | virtual void OnMouseEnter ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent ) | [] |
SCheckBox::OnMouseLeave | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | The system will use this event to notify a widget that the cursor has left it. This event is uses a custom bubble strategy. | Slate | virtual void OnMouseLeave ( const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent ) | [] |
SCheckBox::PlayCheckedSound | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Play the checked sound | Slate | void PlayCheckedSound() const | [] |
SCheckBox::PlayHoverSound | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Play the hovered sound | Slate | void PlayHoverSound() const | [] |
SCheckBox::SetCheckedHoveredImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | See the CheckedHoveredImage attribute | Slate | void SetCheckedHoveredImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * Brush ) | [] |
SCheckBox::PlayUncheckedSound | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Play the unchecked sound | Slate | void PlayUncheckedSound() const | [] |
SCheckBox::SetCheckedImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | See the CheckedImage attribute | Slate | void SetCheckedImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * Brush ) | [] |
SCheckBox::SetCheckedPressedImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | See the CheckedPressedImage attribute | Slate | void SetCheckedPressedImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * Brush ) | [] |
SCheckBox::SetContent | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | See the Content slot | Slate | void SetContent ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InContent ) | [] |
SCheckBox::SetClickMethod | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Slate | void SetClickMethod ( [EButtonClickMethod::Type](API\Runtime\SlateCore\Types\EButtonClickMethod__Type) InClickMethod ) | [] |
|
SCheckBox::SetIsChecked | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | See the IsChecked attribute | Slate | void SetIsChecked ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< ECheckBoxState > InIsChecked ) | [] |
SCheckBox::SetStyle | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | See the Style attribute | Slate | void SetStyle ( const [FCheckBoxStyle](API\Runtime\SlateCore\Styling\FCheckBoxStyle) * InStyle ) | [] |
SCheckBox::SetPressMethod | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Slate | void SetPressMethod ( [EButtonPressMethod::Type](API\Runtime\SlateCore\Types\EButtonPressMethod__Type) InPressMethod ) | [] |
|
SCheckBox::SetTouchMethod | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Slate | void SetTouchMethod ( [EButtonTouchMethod::Type](API\Runtime\SlateCore\Types\EButtonTouchMethod__Type) InTouchMethod ) | [] |
|
SCheckBox::SetUncheckedHoveredImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | See the UncheckedHoveredImage attribute | Slate | void SetUncheckedHoveredImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * Brush ) | [] |
SCheckBox::SetUncheckedImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | See the UncheckedImage attribute | Slate | void SetUncheckedImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * Brush ) | [] |
SCheckBox::SetUncheckedPressedImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | See the UncheckedPressedImage attribute | Slate | void SetUncheckedPressedImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * Brush ) | [] |
SCheckBox::SetUndeterminedHoveredImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | See the UndeterminedHoveredImage attribute | Slate | void SetUndeterminedHoveredImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * Brush ) | [] |
SCheckBox::SetUndeterminedImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | See the UndeterminedImage attribute | Slate | void SetUndeterminedImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * Brush ) | [] |
SCheckBox::SetUndeterminedPressedImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | See the UndeterminedPressedImage attribute | Slate | void SetUndeterminedPressedImage ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * Brush ) | [] |
SCheckBox::SupportsKeyboardFocus | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | SeeSWidget::SupportsKeyboardFocus().
True if this widget can take keyboard focus | Slate | virtual bool SupportsKeyboardFocus() const | [] |
SCheckBox::ToggleCheckedState | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Toggles the checked state for this check box, fire events as needed | Slate | void ToggleCheckedState() | [] |
SCheckBox::SCheckBox | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h | Slate | SCheckBox() | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.