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
|
---|---|---|---|---|---|
SMultiLineEditableTextBox::SetOnKeyCharHandler | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Sets the OnKeyCharHandler to provide first chance handling of theSMultiLineEditableText's OnKeyChar event | Slate | void SetOnKeyCharHandler ( FOnKeyChar InOnKeyCharHandler ) | [] |
SMultiLineEditableTextBox::SetOverflowPolicy | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Sets the overflow policy for this text block | Slate | void SetOverflowPolicy ( [TOptional](API\Runtime\Core\IO\TOptional)< ETextOverflowPolicy > InOverflowPolicy ) | [] |
SMultiLineEditableTextBox::SetSearchText | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Set the text that is currently being searched for (if any) | Slate | void SetSearchText ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > & InSearchText ) | [] |
SMultiLineEditableTextBox::SetSelectWordOnMouseDoubleClick | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Sets whether to select word on the mouse double click | Slate | void SetSelectWordOnMouseDoubleClick ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > & InSelectWordOnMouseDoubleClick ) | [] |
SMultiLineEditableTextBox::SetStyle | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | See attribute Style | Slate | void SetStyle ( const [FEditableTextBoxStyle](API\Runtime\SlateCore\Styling\FEditableTextBoxStyle) * InStyle ) | [] |
SMultiLineEditableTextBox::SetText | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Sets the text string currently being edited | Slate | void SetText ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > & InNewText ) | [] |
SMultiLineEditableTextBox::SetTextBoxForegroundColor | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Sets the text color and opacity (overrides Style) | Slate | void SetTextBoxForegroundColor ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) > & InForegroundColor ) | [] |
SMultiLineEditableTextBox::SetTextBoxBackgroundColor | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Sets the color of the background/border around the editable text (overrides Style) | Slate | void SetTextBoxBackgroundColor ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) > & InBackgroundColor ) | [] |
SMultiLineEditableTextBox::SetReadOnlyForegroundColor | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Sets the text color and opacity when read-only (overrides Style) | Slate | void SetReadOnlyForegroundColor ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) > & InReadOnlyForegroundColor ) | [] |
SMultiLineEditableTextBox::SetTextFlowDirection | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | See TextFlowDirection attribute | Slate | void SetTextFlowDirection ( const [TOptional](API\Runtime\Core\IO\TOptional)< ETextFlowDirection > & InTextFlowDirection ) | [] |
SMultiLineEditableTextBox::SetTextShapingMethod | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | See TextShapingMethod attribute | Slate | void SetTextShapingMethod ( const [TOptional](API\Runtime\Core\IO\TOptional)< ETextShapingMethod > & InTextShapingMethod ) | [] |
SMultiLineEditableTextBox::SetVirtualKeyboardDismissAction | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Set the VirtualKeyboardDismissAction attribute | Slate | void SetVirtualKeyboardDismissAction ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< EVirtualKeyboardDismissAction > InVirtualKeyboardDismissAction ) | [] |
SMultiLineEditableTextBox::SetTextStyle | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | See attribute TextStyle | Slate | void SetTextStyle ( const [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) * InTextStyle ) | [] |
SMultiLineEditableTextBox::SetWrappingPolicy | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Set WrappingPolicy attribute | Slate | void SetWrappingPolicy ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< ETextWrappingPolicy > & InWrappingPolicy ) | [] |
SMultiLineEditableTextBox::SetWrapTextAt | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | See WrapTextAt attribute | Slate | void SetWrapTextAt ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< float > & InWrapTextAt ) | [] |
SMultiLineEditableTextBox::SupportsKeyboardFocus | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.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 | [] |
SNumericDropDown::Construct | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h | Slate | void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Input\SNumericDropDown\FArguments) & InArgs ) | [] |
|
SMultiLineEditableTextBox | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Editable text box widget | Slate | class SMultiLineEditableTextBox : public [SBorder](API\Runtime\Slate\Widgets\Layout\SBorder) | [
{
"type": "TAttribute< boo...",
"name": "AllowContextMenu",
"description": "Whether to disable the context menu"
},
{
"type": "TAttribute<FSl...",
"name": "BackgroundColorOverride",
"description": "Background color (overrides style)"
},
{
"type": "bool",
"name": "bHasExternalHScrollBar",
"description": "Whether we have an externally supplied horizontal scrollbar or one created internally"
},
{
"type": "bool",
"name": "bHasExternalVScrollBar",
"description": "Whether we have an externally supplied vertical scrollbar or one created internally"
},
{
"type": "TSharedPtr<SHo...",
"name": "Box",
"description": "Allows for inserting additional widgets that extend the functionality of the text box"
},
{
"type": "TAttribute< boo...",
"name": "bSelectWordOnMouseDoubleClick",
"description": "Whether to select work on mouse double click"
},
{
"type": "TSharedPtr<SMu...",
"name": "EditableText",
"description": "Editable text widget"
},
{
"type": "TSharedPtr< cla...",
"name": "ErrorReporting",
"description": "SomeWidget reporting"
},
{
"type": "TAttribute<FSl...",
"name": "FocusedForegroundColorOverride",
"description": "Focused foreground color (overrides style)"
},
{
"type": "TAttribute<FSl...",
"name": "FontOverride",
"description": "Font (overrides style)"
},
{
"type": "TAttribute<FSl...",
"name": "ForegroundColorOverride",
"description": "Foreground color (overrides style)"
},
{
"type": "TSharedPtr<SSc...",
"name": "HScrollBar",
"description": "Horiz scrollbar"
},
{
"type": "TSharedPtr<SBo...",
"name": "HScrollBarPaddingBox",
"description": "Box around the horiz scrollbar used for adding padding"
},
{
"type": "TAttribute<FMa...",
"name": "HScrollBarPaddingOverride",
"description": "Horiz scrollbar padding (overrides style)"
},
{
"type": "FOnTextChanged",
"name": "OnTextChanged",
"description": "Called when the text is changed interactively"
},
{
"type": "FOnTextCommitte...",
"name": "OnTextCommitted",
"description": "Called when the user commits their change to the editable text control"
},
{
"type": "FOnVerifyTextCh...",
"name": "OnVerifyTextChanged",
"description": "Callback to verify text when changed. Will return an error message to denote problems."
},
{
"type": "TAttribute<FMa...",
"name": "PaddingOverride",
"description": "Padding (overrides style)"
},
{
"type": "TAttribute<FSl...",
"name": "ReadOnlyForegroundColorOverride",
"description": "Read-only foreground color (overrides style)"
},
{
"type": "constFEditable...",
"name": "Style",
"description": ""
},
{
"type": "TSharedPtr<SSc...",
"name": "VScrollBar",
"description": "Vert scrollbar"
},
{
"type": "TSharedPtr<SBo...",
"name": "VScrollBarPaddingBox",
"description": "Box around the vert scrollbar used for adding padding"
},
{
"type": "TAttribute<FMa...",
"name": "VScrollBarPaddingOverride",
"description": "Vert scrollbar padding (overrides style)"
}
] |
SNumericDropDown::FArguments::bShowNamedValue | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h | Toggle to show the drop down text value if the value matches the numeric value. | Slate | WidgetArgsType & bShowNamedValue &40; const TAttribute< bool > & InAttribute &41; | [] |
SNumericDropDown::FArguments::DropDownValues | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h | The values which are used to populate the drop down menu. | Slate | WidgetArgsType & DropDownValues &40; TArray< FNamedValue > InArg &41; | [] |
SNumericDropDown::FArguments::MinDesiredValueWidth | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h | Controls the minimum width for the text box portion of the control. | Slate | WidgetArgsType & MinDesiredValueWidth &40; const TAttribute< float > & InAttribute &41; | [] |
SNumericDropDown::FArguments::LabelText | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h | The text which is displayed in the label next to the control. | Slate | WidgetArgsType & LabelText &40; const TAttribute< FText > & InAttribute &41; | [] |
SNumericDropDown::FArguments::OnValueChanged | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h | The callback for when the value changes. | Slate | WidgetArgsType & OnValueChanged &40; const FOnValueChanged & InDelegate &41; | [] |
SNumericDropDown::FArguments::Orientation | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h | Controls the label placement for the control. Vertical will place the label above, horizontal will place the label to the left. | Slate | WidgetArgsType & Orientation &40; const TAttribute< EOrientation > & InAttribute &41; | [] |
SNumericDropDown::FArguments::Value | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h | The value displayed by the control. | Slate | WidgetArgsType & Value &40; const TAttribute< NumericType > & InAttribute &41; | [] |
WidgetArgsType | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h | Slate | typedef FArguments WidgetArgsType | [] |
|
SNumericDropDown::FArguments::FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h | Slate | FArguments&40;&41; | [] |
|
FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h | Slate | struct FArguments : public [TSlateBaseNamedArgs< SNumericDropDown< NumericType > >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | [] |
|
SNumericDropDown::FNamedValue::GetDescription | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h | Slate | FText GetDescription&40;&41; const | [] |
|
SNumericDropDown::FNamedValue::GetName | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h | Slate | FText GetName&40;&41; const | [] |
|
SNumericDropDown::FNamedValue::FNamedValue | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h | Creates a newFNamedValueThe numeric value to be assigned The display text for the value in the UI The description of the value used in tooltips or wherever a longer description is needed. | Slate | FNamedValue &40; NumericType InValue, FText InName, FText InDescription &41; | [] |
FNamedValue | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h | Represents a named numeric value for display in the drop down menu. | Slate | class FNamedValue | [] |
FOnValueChanged | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h | Slate | typedef TBaseDelegate_OneParam< void, NumericType > FOnValueChanged | [] |
|
SNumericDropDown | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h | A widget which allows the user to enter a digit or choose a number from a drop down menu. | Slate | template<typename NumericType> class SNumericDropDown : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget) | [] |
SRichTextHyperlink::Construct | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SRichTextHyperlink.h | Slate | void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Input\SRichTextHyperlink\FArguments) & InArgs, const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FSlateHyperlinkRun::FWidgetViewModel](API\Runtime\Slate\Framework\Text\FSlateHyperlinkRun\FWidgetViewModel) > & InViewModel ) | [] |
|
SNumericDropDown::FNamedValue::GetValue | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h | Slate | NumericType GetValue&40;&41; const | [] |
|
SRichTextHyperlink::FArguments::OnNavigate | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SRichTextHyperlink.h | Slate | WidgetArgsType & OnNavigate &40; const FSimpleDelegate & InDelegate &41; | [] |
|
SRichTextHyperlink::FArguments::Style | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SRichTextHyperlink.h | Slate | WidgetArgsType & Style &40; const FHyperlinkStyle &42; InArg &41; | [] |
|
SRichTextHyperlink::FArguments::Text | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SRichTextHyperlink.h | Slate | WidgetArgsType & Text &40; const TAttribute< FText > & InAttribute &41; | [] |
|
SRichTextHyperlink::FArguments::TextFlowDirection | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SRichTextHyperlink.h | Slate | WidgetArgsType & TextFlowDirection &40; TOptional< ETextFlowDirection > InArg &41; | [] |
|
SRichTextHyperlink::FArguments::TextShapingMethod | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SRichTextHyperlink.h | Slate | WidgetArgsType & TextShapingMethod &40; TOptional< ETextShapingMethod > InArg &41; | [] |
|
WidgetArgsType | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SRichTextHyperlink.h | Slate | typedef FArguments WidgetArgsType | [] |
|
SRichTextHyperlink::FArguments::FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SRichTextHyperlink.h | Slate | FArguments&40;&41; | [] |
|
FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SRichTextHyperlink.h | Slate | struct FArguments : public [TSlateBaseNamedArgs< SRichTextHyperlink >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | [] |
|
SRichTextHyperlink::OnMouseButtonDown | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SRichTextHyperlink.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 ) | [] |
SRichTextHyperlink::OnMouseButtonUp | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SRichTextHyperlink.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 ) | [] |
SRichTextHyperlink::OnMouseEnter | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SRichTextHyperlink.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 ) | [] |
SRichTextHyperlink::OnMouseLeave | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SRichTextHyperlink.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 ) | [] |
SRichTextHyperlink | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SRichTextHyperlink.h | Slate | class SRichTextHyperlink : public [SHyperlink](API\Runtime\Slate\Widgets\Input\SHyperlink) | [] |
|
SSearchBox::Construct | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h | Slate | void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Input\SSearchBox\FArguments) & InArgs ) | [] |
|
SSearchBox::FArguments::DelayChangeNotificationsWhileTyping | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h | Whether the SearchBox should delay notifying listeners of text changed events until the user is done typing | Slate | WidgetArgsType & DelayChangeNotificationsWhileTyping &40; const TAttribute< bool > & InAttribute &41; | [] |
SSearchBox::FArguments::DelayChangeNotificationsWhileTypingSeconds | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h | If we're delaying change notifications how many seconds should we wait? | Slate | WidgetArgsType & DelayChangeNotificationsWhileTypingSeconds &40; const TAttribute< float > & InAttribute &41; | [] |
SSearchBox::FArguments::HintText | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h | The text displayed in the SearchBox when no text has been entered | Slate | WidgetArgsType & HintText &40; const TAttribute< FText > & InAttribute &41; | [] |
SSearchBox::FArguments::InitialText | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h | The text displayed in the SearchBox when it's created | Slate | WidgetArgsType & InitialText &40; const TAttribute< FText > & InAttribute &41; | [] |
SSearchBox::FArguments::IsSearching | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h | Whether or not an external search is currently running. | Slate | WidgetArgsType & IsSearching &40; const TAttribute< bool > & InAttribute &41; | [] |
SSearchBox::FArguments::MinDesiredWidth | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h | Minimum width that a text block should be | Slate | WidgetArgsType & MinDesiredWidth &40; const TAttribute< float > & InAttribute &41; | [] |
SSearchBox::FArguments::OnKeyDownHandler | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h | Callback delegate to have first chance handling of the OnKeyDown event | Slate | WidgetArgsType & OnKeyDownHandler &40; const FOnKeyDown & InDelegate &41; | [] |
SSearchBox::FArguments::OnSearch | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h | This will add a next and previous button to your search box | Slate | WidgetArgsType & OnSearch &40; const FOnSearch & InDelegate &41; | [] |
SSearchBox::FArguments::OnSearchGlassClicked | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h | Optional callback to allow for special functionality to be invoked when the search glass button is clicked | Slate | WidgetArgsType & OnSearchGlassClicked &40; const FOnClicked & InDelegate &41; | [] |
SSearchBox::FArguments::OnTextChanged | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h | Invoked whenever the text changes | Slate | WidgetArgsType & OnTextChanged &40; const FOnTextChanged & InDelegate &41; | [] |
SSearchBox::FArguments::OnTextCommitted | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h | Invoked whenever the text is committed (e.g. user presses enter) | Slate | WidgetArgsType & OnTextCommitted &40; const FOnTextCommitted & InDelegate &41; | [] |
SSearchBox::FArguments::OnVerifyTextChanged | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h | Called whenever the text is changed programmatically or interactively by the user | Slate | WidgetArgsType & OnVerifyTextChanged &40; const FOnVerifyTextChanged & InDelegate &41; | [] |
SSearchBox::FArguments::SearchResultData | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h | Optional search result data to be shown in the search bar. | Slate | WidgetArgsType & SearchResultData &40; const TAttribute< TOptional< FSearchResultData > > & InAttribute &41; | [] |
SSearchBox::FArguments::SelectAllTextWhenFocused | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h | Whether to select all text when the user clicks to give focus on the widget | Slate | WidgetArgsType & SelectAllTextWhenFocused &40; const TAttribute< bool > & InAttribute &41; | [] |
SSearchBox::FArguments::Style | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h | Style used to draw this search box | Slate | WidgetArgsType & Style &40; const FSearchBoxStyle &42; InArg &41; | [] |
WidgetArgsType | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h | Slate | typedef FArguments WidgetArgsType | [] |
|
SSearchBox::FArguments::FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h | Slate | FArguments&40;&41; | [] |
|
FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h | Slate | struct FArguments : public [TSlateBaseNamedArgs< SSearchBox >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | [] |
|
FOnSearch | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h | Slate | typedef TBaseDelegate_OneParam< void, [SSearchBox::SearchDirection](API\Runtime\Slate\Widgets\Input\SSearchBox\SearchDirection) > FOnSearch | [] |
|
FSearchResultData | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h | Data for external search results to be shown in the search box. | Slate | struct FSearchResultData | [
{
"type": "int32",
"name": "CurrentSearchResultIndex",
"description": "The index of the currently focused search result."
},
{
"type": "int32",
"name": "NumSearchResults",
"description": "The total number of search results."
}
] |
SearchDirection | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h | Which direction to go when searching | Slate | enum SearchDirection { Previous, Next, } | [] |
SSearchBox | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h | A text box that is used for searching. Meant to be as easy to use as possible with as few options as possible. | Slate | class SSearchBox : public [SEditableTextBox](API\Runtime\Slate\Widgets\Input\SEditableTextBox) | [] |
SSegmentedControl::AddSlot | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | [FScopedWidgetSlotArguments](API\Runtime\Slate\Widgets\Input\SSegmentedControl\FScopedWidgetSlotArguments) AddSlot ( const OptionType & InValue, bool bRebuildChildren ) | [] |
|
SSegmentedControl::Construct | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Input\SSegmentedControl\FArguments) & InArgs ) | [] |
|
SSegmentedControl::Create | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | static [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SSegmentedControl](API\Runtime\Slate\Widgets\Input\SSegmentedControl)< OptionType > > Create ( const [TArray](API\Runtime\Core\Containers\TArray)< OptionType > & InKeys, const [TArray](API\Runtime\Core\Containers\TArray)< [FText](API\Runtime\Core\Internationalization\FText) > & InLabels, const [TArray](API\Runtime\Core\Containers\TArray)< [FText](API\Runtime\Core\Internationalization\FText) > & InTooltips, const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TArray](API\Runtime\Core\Containers\TArray)< OptionType >> & InValues, bool bSupportsMultiSelection, [FOnValuesChanged](API\Runtime\Slate\Widgets\Input\SSegmentedControl\FOnValuesChanged) OnValuesChanged ) | [] |
|
SSegmentedControl::FArguments::MaxSegmentsPerLine | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Optional maximum number of segments per line before the control wraps vertically to the next line. If this value is <= 0 no wrapping happens | Slate | WidgetArgsType & MaxSegmentsPerLine &40; int32 InArg &41; | [] |
SSegmentedControl::FArguments::OnValueChanged | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Called when the (primary) value is changed | Slate | WidgetArgsType & OnValueChanged &40; const FOnValueChanged & InDelegate &41; | [] |
SSegmentedControl::FArguments::OnValueChecked | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Called when the value is changed (useful for multi selection) | Slate | WidgetArgsType & OnValueChecked &40; const FOnValueChecked & InDelegate &41; | [] |
SSegmentedControl::FArguments::OnValuesChanged | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Called when the any value is changed | Slate | WidgetArgsType & OnValuesChanged &40; const FOnValuesChanged & InDelegate &41; | [] |
SSegmentedControl::FArguments::operator+ | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | WidgetArgsType & operator&43; &40; typename FSlot::FSlotArguments && SlotToAdd &41; | [] |
|
SSegmentedControl::FArguments::operator+ | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | WidgetArgsType & operator&43; &40; typename FSlot::FSlotArguments & SlotToAdd &41; | [] |
|
SSegmentedControl::FArguments::Style | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Styling for this control | Slate | WidgetArgsType & Style &40; const FSegmentedControlStyle &42; InArg &41; | [] |
SSegmentedControl::FArguments::SupportsEmptySelection | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | If enabled the widget will support an empty selection. This is only enabled if SupportsMultiSelection is also enabled. | Slate | WidgetArgsType & SupportsEmptySelection &40; bool InArg &41; | [] |
SSegmentedControl::FArguments::SupportsMultiSelection | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | If enabled the widget will support multi selection. For single selection the widget relies on the Value attribute, for multi selection the widget relies on the MultiValue attribute. | Slate | WidgetArgsType & SupportsMultiSelection &40; bool InArg &41; | [] |
SSegmentedControl::FArguments::TextStyle | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Styling for the text in each slot. If a custom widget is supplied for a slot this argument is not used | Slate | WidgetArgsType & TextStyle &40; const FTextBlockStyle &42; InArg &41; | [] |
SSegmentedControl::FArguments::UniformPadding | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Padding to apply to each slot | Slate | WidgetArgsType & UniformPadding &40; const TAttribute< FMargin > & InAttribute &41; | [] |
SSegmentedControl::FArguments::Value | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | The current control value. | Slate | WidgetArgsType & Value &40; const TAttribute< OptionType > & InAttribute &41; | [] |
WidgetArgsType | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | typedef FArguments WidgetArgsType | [] |
|
SSegmentedControl::FArguments::Values | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | The current (multiple) control values (if SupportsMultiSelection is enabled) | Slate | WidgetArgsType & Values &40; const TAttribute< TArray< OptionType > > & InAttribute &41; | [] |
SSegmentedControl::FArguments::FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | FArguments&40;&41; | [] |
|
FOnValueChanged | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | typedef TBaseDelegate_OneParam< void, OptionType > FOnValueChanged | [] |
|
FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | struct FArguments : public [TSlateBaseNamedArgs< SSegmentedControl< OptionType > >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | [
{
"type": "TArray< typenam...",
"name": "_Slots",
"description": "Slot type supported by this panel"
}
] |
|
FOnValueChecked | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | typedef TBaseDelegate_TwoParams< void, OptionType, ECheckBoxState > FOnValueChecked | [] |
|
FOnValuesChanged | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | typedef TBaseDelegate_OneParam< void, [TArray](API\Runtime\Core\Containers\TArray)< OptionType > > FOnValuesChanged | [] |
|
FScopedWidgetSlotArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slot Management. | Slate | typedef typename [TPanelChildren](API\Runtime\SlateCore\Layout\TPanelChildren)< [FSlot](API\Runtime\Slate\Widgets\Input\SSegmentedControl\FSlot) >::[FScopedWidgetSlotArguments](API\Runtime\Slate\Widgets\Input\SSegmentedControl\FScopedWidgetSlotArguments) FScopedWidgetSlotArguments | [] |
SSegmentedControl::FSlot::FSlotArguments::Text | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | WidgetArgsType & Text &40; const TAttribute< FText > & InAttribute &41; | [] |
|
SSegmentedControl::FSlot::Construct | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | void Construct &40; const FChildren & SlotOwner, FSlotArguments && InArgs &41; | [] |
|
SSegmentedControl::FSlot::FSlotArguments::Icon | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | WidgetArgsType & Icon &40; const TAttribute< const FSlateBrush &42; > & InAttribute &41; | [] |
|
SSegmentedControl::FSlot::FSlotArguments::ToolTip | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | WidgetArgsType & ToolTip &40; const TAttribute< FText > & InAttribute &41; | [] |
|
SSegmentedControl::FSlot::FSlotArguments::Value | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSegmentedControl.h | Slate | WidgetArgsType & Value &40; TOptional< OptionType > InArg &41; | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.