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
|
---|---|---|---|---|---|
SSubMenuHandler::FArguments::MenuContent | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSubMenuHandler.h | Slate | WidgetArgsType & MenuContent &40; TSharedPtr< SWidget > InArg &41; | [] |
|
SSubMenuHandler::FArguments::OnGetMenuContent | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSubMenuHandler.h | Slate | WidgetArgsType & OnGetMenuContent &40; const FOnGetContent & InDelegate &41; | [] |
|
SSubMenuHandler::FArguments::operator[] | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSubMenuHandler.h | Slate | FArguments & operator&91;&93; &40; const TSharedRef< SWidget > & InChild &41; | [] |
|
SSubMenuHandler::FArguments::Placement | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSubMenuHandler.h | Slate | WidgetArgsType & Placement &40; const TAttribute< EMenuPlacement > & InAttribute &41; | [] |
|
WidgetArgsType | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSubMenuHandler.h | Slate | typedef FArguments WidgetArgsType | [] |
|
SSubMenuHandler::FArguments::FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSubMenuHandler.h | Slate | FArguments&40;&41; | [] |
|
SSubMenuHandler::IsSubMenuOpen | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSubMenuHandler.h | Returns TRUE if the sub-menu is open | Slate | bool IsSubMenuOpen() const | [] |
SSubMenuHandler::HasSubMenu | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSubMenuHandler.h | Returns TRUE if there is a sub-menu available for this item | Slate | bool HasSubMenu() const | [] |
FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSubMenuHandler.h | Slate | struct FArguments : public [TSlateBaseNamedArgs< SSubMenuHandler >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | [] |
|
SSubMenuHandler::OnMouseEnter | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSubMenuHandler.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 ) | [] |
SSubMenuHandler::OnMouseLeave | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSubMenuHandler.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 ) | [] |
SSubMenuHandler::RequestSubMenuToggle | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSubMenuHandler.h | Requests that the sub-menu associated with this widget be toggled on or off. It does not immediately toggle the menu. After a set amount of time is passed the menu will toggle | Slate | void RequestSubMenuToggle ( bool bOpenMenu, const bool bClobber, const bool bImmediate ) | [] |
SSubMenuHandler::UpdateSubMenuState | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSubMenuHandler.h | One-off delayed active timer to update the open/closed state of the sub menu. | Slate | EActiveTimerReturnType UpdateSubMenuState ( double InCurrentTime, float InDeltaTime, bool bWantsOpen ) | [] |
SSubMenuHandler::ShouldSubMenuAppearHovered | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSubMenuHandler.h | Returns whether or the sub-menu entry should appear hovered. If the sub-menu is open we will always show the menu as hovered to indicate which sub-menu is open In the case that the user is interacting in this menu we do not show the menu as hovered because we need to show what the user is actually selecting | Slate | bool ShouldSubMenuAppearHovered() const | [] |
SSuggestionTextBox::ClearSuggestions | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Clears the list of suggestions and hides the suggestions list. | Slate | void ClearSuggestions() | [] |
SSubMenuHandler | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSubMenuHandler.h | Wrapper for any widget that is used in a table view that wants to handle sub-menus with the same functionality as a normal multibox menu | Slate | class SSubMenuHandler : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget) | [
{
"type": "TWeakPtr< FActi...",
"name": "ActiveTimerHandle",
"description": "The handle to the active timer to update the sub-menu state"
},
{
"type": "TWeakPtr<SMenu...",
"name": "MenuAnchor",
"description": "For pull-down or sub-menu entries, this stores a weak reference to the menu anchor widget that we'll use to summon the menu"
},
{
"type": "TWeakPtr< class...",
"name": "MenuOwnerWidget",
"description": "Weak reference back to the MenuOwner widget that owns us"
}
] |
SSuggestionTextBox::Construct | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Construct this widget. Called by the SNew()Slate macro. | Slate | void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Input\SSuggestionTextBox\FArguments) & InArgs ) | [] |
SSuggestionTextBox::FArguments::BackgroundColor | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | The color of the background/border around the editable text. | Slate | WidgetArgsType & BackgroundColor &40; const TAttribute< FSlateColor > & InAttribute &41; | [] |
SSuggestionTextBox::FArguments::ClearKeyboardFocusOnCommit | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Whether to clear keyboard focus when pressing enter to commit changes. | Slate | WidgetArgsType & ClearKeyboardFocusOnCommit &40; const TAttribute< bool > & InAttribute &41; | [] |
SSuggestionTextBox::FArguments::BackgroundImage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | The image of the background/border around the editable text. | Slate | WidgetArgsType & BackgroundImage &40; const FSlateBrush &42; InArg &41; | [] |
SSuggestionTextBox::FArguments::Font | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Font color and opacity. | Slate | WidgetArgsType & Font &40; const TAttribute< FSlateFontInfo > & InAttribute &41; | [] |
SSuggestionTextBox::FArguments::ErrorReporting | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Provides an alternative mechanism for error reporting. | Slate | WidgetArgsType & ErrorReporting &40; TSharedPtr< class IErrorReportingWidget > InArg &41; | [] |
SSuggestionTextBox::FArguments::HintText | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Hint text that appears when there is no text in the text box. | Slate | WidgetArgsType & HintText &40; const TAttribute< FText > & InAttribute &41; | [] |
SSuggestionTextBox::FArguments::IsCaretMovedWhenGainFocus | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Workaround as we loose focus when the auto completion closes. | Slate | WidgetArgsType & IsCaretMovedWhenGainFocus &40; const TAttribute< bool > & InAttribute &41; | [] |
SSuggestionTextBox::FArguments::MinDesiredWidth | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Minimum width that a text block should be. | Slate | WidgetArgsType & MinDesiredWidth &40; const TAttribute< float > & InAttribute &41; | [] |
SSuggestionTextBox::FArguments::OnShowingHistory | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Called before the history list is shown. | Slate | WidgetArgsType & OnShowingHistory &40; const FOnShowingHistory & InDelegate &41; | [] |
SSuggestionTextBox::FArguments::OnShowingSuggestions | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Called before the suggestion list is shown. | Slate | WidgetArgsType & OnShowingSuggestions &40; const FOnShowingSuggestions & InDelegate &41; | [] |
SSuggestionTextBox::FArguments::OnTextCommitted | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Called when the text has been committed. | Slate | WidgetArgsType & OnTextCommitted &40; const FOnTextCommitted & InDelegate &41; | [] |
SSuggestionTextBox::FArguments::OnTextChanged | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Called whenever the text is changed programmatically or interactively by the user. | Slate | WidgetArgsType & OnTextChanged &40; const FOnTextChanged & InDelegate &41; | [] |
SSuggestionTextBox::FArguments::RevertTextOnEscape | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Whether to allow the user to back out of changes when they press the escape key. | Slate | WidgetArgsType & RevertTextOnEscape &40; const TAttribute< bool > & InAttribute &41; | [] |
SSuggestionTextBox::FArguments::SelectAllTextOnCommit | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Whether to select all text when pressing enter to commit changes. | Slate | WidgetArgsType & SelectAllTextOnCommit &40; const TAttribute< bool > & InAttribute &41; | [] |
SSuggestionTextBox::FArguments::SelectAllTextWhenFocused | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.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; | [] |
SSuggestionTextBox::FArguments::SuggestionListMaxHeight | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | The maximum height of the suggestion list. | Slate | WidgetArgsType & SuggestionListMaxHeight &40; const TAttribute< float > & InAttribute &41; | [] |
SSuggestionTextBox::FArguments::SuggestionTextStyle | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | The styling of the suggestion text. | Slate | WidgetArgsType & SuggestionTextStyle &40; const FTextBlockStyle &42; InArg &41; | [] |
SSuggestionTextBox::FArguments::TextStyle | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | The styling of the text box. | Slate | WidgetArgsType & TextStyle &40; const FEditableTextBoxStyle &42; InArg &41; | [] |
WidgetArgsType | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Slate | typedef FArguments WidgetArgsType | [] |
|
SSuggestionTextBox::FArguments::Text | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Sets the text content for this editable text box widget. | Slate | WidgetArgsType & Text &40; const TAttribute< FText > & InAttribute &41; | [] |
SSuggestionTextBox::FArguments::ForegroundColor | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Text color and opacity. | Slate | WidgetArgsType & ForegroundColor &40; const TAttribute< FSlateColor > & InAttribute &41; | [] |
SSuggestionTextBox::FocusTextBox | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Sets the keyboard focus to the text box. | Slate | void FocusTextBox() | [] |
FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Slate | struct FArguments : public [TSlateBaseNamedArgs< SSuggestionTextBox >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | [] |
|
SSuggestionTextBox::GetSelectedSuggestionString | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Gets the string value of the currently selected suggestion.
Suggestion string, or empty if no suggestion is selected. | Slate | [FString](API\Runtime\Core\Containers\FString) GetSelectedSuggestionString() const | [] |
SSuggestionTextBox::GetText | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Returns the text string.
The text string. | Slate | [FText](API\Runtime\Core\Internationalization\FText) GetText() const | [] |
SSuggestionTextBox::MarkActiveSuggestion | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Highlights the selected suggestion in the suggestion list. | Slate | void MarkActiveSuggestion() | [] |
SSuggestionTextBox::OnFocusLost | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Called when this widget loses focus. This event does not bubble. | Slate | virtual void OnFocusLost ( const [FFocusEvent](API\Runtime\SlateCore\Input\FFocusEvent) & InFocusEvent ) | [] |
SSuggestionTextBox::OnKeyDown | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.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 ) | [] |
SSuggestionTextBox::SetSuggestions | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Sets the list of suggestions. | Slate | void SetSuggestions ( [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & SuggestionStrings, bool InHistoryMode ) | [] |
SSuggestionTextBox::SetText | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.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 ) | [] |
SSuggestionTextBox::FArguments::FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Slate | FArguments&40;&41; | [] |
|
SSuggestionTextBox::SetError | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | If InError is a non-empty string the TextBox will the ErrorReporting provided during construction. If no error reporting was provided, the TextBox will create a default error reporter. | Slate | void SetError ( const [FString](API\Runtime\Core\Containers\FString) & InError ) | [] |
SSuggestionTextBox::SupportsKeyboardFocus | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.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 | [] |
SSuggestionTextBox::SSuggestionTextBox | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Default constructor. | Slate | SSuggestionTextBox() | [] |
SSuggestionTextBox | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h | Implements an editable text box that can show auto-complete histories and suggestions lists. | Slate | class SSuggestionTextBox : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget) | [] |
STextComboBox::ClearSelection | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h | Clears the selected item in the text combo | Slate | void ClearSelection() | [] |
STextComboBox::Construct | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h | Slate | void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Input\STextComboBox\FArguments) & InArgs ) | [] |
|
STextComboBox::FArguments::ButtonStyle | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h | The visual style of the button part of the combo box (overrides ComboBoxStyle) | Slate | WidgetArgsType & ButtonStyle &40; const FButtonStyle &42; InArg &41; | [] |
STextComboBox::FArguments::ColorAndOpacity | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h | Text color and opacity | Slate | WidgetArgsType & ColorAndOpacity &40; const TAttribute< FSlateColor > & InAttribute &41; | [] |
STextComboBox::FArguments::ComboBoxStyle | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h | Slate | WidgetArgsType & ComboBoxStyle &40; const FComboBoxStyle &42; InArg &41; | [] |
|
STextComboBox::FArguments::ContentPadding | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h | Visual padding of the button content for the combobox | Slate | WidgetArgsType & ContentPadding &40; const TAttribute< FMargin > & InAttribute &41; | [] |
STextComboBox::FArguments::Font | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h | Sets the font used to draw the text | Slate | WidgetArgsType & Font &40; const TAttribute< FSlateFontInfo > & InAttribute &41; | [] |
STextComboBox::FArguments::OnComboBoxOpening | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h | Called when the combo box is opened | Slate | WidgetArgsType & OnComboBoxOpening &40; const FOnComboBoxOpening & InDelegate &41; | [] |
STextComboBox::FArguments::InitiallySelectedItem | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h | Called when combo box needs to establish selected item | Slate | WidgetArgsType & InitiallySelectedItem &40; TSharedPtr< FString > InArg &41; | [] |
STextComboBox::FArguments::OnGetTextLabelForItem | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h | [Optional] Called to get the label for the currently selected item | Slate | WidgetArgsType & OnGetTextLabelForItem &40; const FGetTextComboLabel & InDelegate &41; | [] |
STextComboBox::FArguments::OnSelectionChanged | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h | Called when the text is chosen. | Slate | WidgetArgsType & OnSelectionChanged &40; const FOnTextSelectionChanged & InDelegate &41; | [] |
WidgetArgsType | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h | Slate | typedef FArguments WidgetArgsType | [] |
|
STextComboBox::FArguments::OptionsSource | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h | Selection of strings to pick from | Slate | WidgetArgsType & OptionsSource &40; TArray< TSharedPtr< FString > > &42; InArg &41; | [] |
FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h | Slate | struct FArguments : public [TSlateBaseNamedArgs< STextComboBox >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | [] |
|
FGetTextComboLabel | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h | Slate | typedef TBaseDelegate_OneParam< [FString](API\Runtime\Core\Containers\FString), [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FString](API\Runtime\Core\Containers\FString) > > FGetTextComboLabel | [] |
|
FOnTextSelectionChanged | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h | Slate | typedef TSlateDelegates< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FString](API\Runtime\Core\Containers\FString) > >::FOnSelectionChanged FOnTextSelectionChanged | [] |
|
STextComboBox::GetSelectedItem | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h | Returns the currently selected text string | Slate | [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FString](API\Runtime\Core\Containers\FString) > GetSelectedItem() | [] |
STextComboBox::RefreshOptions | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h | Request to reload the text options in the combobox from the OptionsSource attribute | Slate | void RefreshOptions() | [] |
STextComboBox::MakeItemWidget | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h | Called to create a widget for each string | Slate | [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > MakeItemWidget ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FString](API\Runtime\Core\Containers\FString) > StringItem ) | [] |
STextComboBox::SetSelectedItem | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h | Slate | void SetSelectedItem ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FString](API\Runtime\Core\Containers\FString) > NewSelection ) | [] |
|
STextComboBox::FArguments::FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h | Slate | FArguments&40;&41; | [] |
|
STextComboBox | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h | A combo box that shows text content. | Slate | class STextComboBox : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget) | [] |
STextComboPopup::Construct | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboPopup.h | Slate | void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Input\STextComboPopup\FArguments) & InArgs ) | [] |
|
STextComboPopup::FArguments::AutoFocus | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboPopup.h | When set, this widget will automatically attempt to set focus to itself when it is created, or when its owner window is activated | Slate | WidgetArgsType & AutoFocus &40; bool InArg &41; | [] |
STextComboPopup::FArguments::Label | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboPopup.h | Label, placed before combo box | Slate | WidgetArgsType & Label &40; FText InArg &41; | [] |
STextComboPopup::FArguments::OnTextChosen | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboPopup.h | Called when the text is chosen. | Slate | WidgetArgsType & OnTextChosen &40; const FOnTextChosen & InDelegate &41; | [] |
WidgetArgsType | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboPopup.h | Slate | typedef FArguments WidgetArgsType | [] |
|
STextComboPopup::FArguments::TextOptions | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboPopup.h | Selection of strings to pick from | Slate | WidgetArgsType & TextOptions &40; TArray< FString > InArg &41; | [] |
FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboPopup.h | Slate | struct FArguments : public [TSlateBaseNamedArgs< STextComboPopup >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | [] |
|
STextComboPopup::FArguments::FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboPopup.h | Slate | FArguments&40;&41; | [] |
|
STextComboPopup::MakeItemWidget | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboPopup.h | Called to create a widget for each string | Slate | [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > MakeItemWidget ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FString](API\Runtime\Core\Containers\FString) > StringItem ) | [] |
STextComboPopup::OnKeyDown | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboPopup.h | SWidgetinterface | 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 ) | [] |
STextComboPopup::OnOK | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboPopup.h | Called when 'OK' button is pressed | Slate | [FReply](API\Runtime\SlateCore\Input\FReply) OnOK() | [] |
STextComboPopup::FocusDefaultWidget | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboPopup.h | Focuses the control on the OK button | Slate | void FocusDefaultWidget() | [] |
STextComboPopup | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboPopup.h | Simple box containing a combobox of strings to pick from, usually used within a MenuStack | Slate | class STextComboPopup : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget) | [
{
"type": "TSharedPtr<SBu...",
"name": "OkButton",
"description": "The OK button"
},
{
"type": "FOnTextChosen",
"name": "OnTextChosen",
"description": "Delegate to call when OK button is pressed"
},
{
"type": "TSharedPtr< SCo...",
"name": "StringCombo",
"description": "The combo box"
},
{
"type": "TArray<TShared...",
"name": "Strings",
"description": "Array of shared pointers to strings so combo widget can work on them"
}
] |
STextEntryPopup::Construct | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextEntryPopup.h | Slate | void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Input\STextEntryPopup\FArguments) & InArgs ) | [] |
|
STextEntryPopup::FArguments::ClearKeyboardFocusOnCommit | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextEntryPopup.h | Whether to clear keyboard focus when pressing enter to commit changes | Slate | WidgetArgsType & ClearKeyboardFocusOnCommit &40; const TAttribute< bool > & InAttribute &41; | [] |
STextEntryPopup::FArguments::AutoFocus | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextEntryPopup.h | When set, this widget will automatically attempt to set focus to itself when it is created, or when its owner window is activated | Slate | WidgetArgsType & AutoFocus &40; bool InArg &41; | [] |
STextEntryPopup::FArguments::DefaultText | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextEntryPopup.h | Test to place into text entry box before anything is typed | Slate | WidgetArgsType & DefaultText &40; FText InArg &41; | [] |
STextEntryPopup::FArguments::ErrorReporting | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextEntryPopup.h | Provide a alternative mechanism for error reporting. | Slate | WidgetArgsType & ErrorReporting &40; TSharedPtr< class IErrorReportingWidget > InArg &41; | [] |
STextEntryPopup::FArguments::HintText | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextEntryPopup.h | Hint text that appears when there is no text in the text box | Slate | WidgetArgsType & HintText &40; const TAttribute< FText > & InAttribute &41; | [] |
STextEntryPopup::FArguments::Label | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextEntryPopup.h | Label, placed before text entry box | Slate | WidgetArgsType & Label &40; FText InArg &41; | [] |
STextEntryPopup::FArguments::OnTextChanged | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextEntryPopup.h | Called whenever the text is changed programmatically or interactively by the user | Slate | WidgetArgsType & OnTextChanged &40; const FOnTextChanged & InDelegate &41; | [] |
STextEntryPopup::FArguments::MaxWidth | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextEntryPopup.h | The maximum width for text entry | Slate | WidgetArgsType & MaxWidth &40; const TAttribute< float > & InAttribute &41; | [] |
STextEntryPopup::FArguments::OnTextCommitted | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextEntryPopup.h | Called when the text is committed. | Slate | WidgetArgsType & OnTextCommitted &40; const FOnTextCommitted & InDelegate &41; | [] |
STextEntryPopup::FArguments::SelectAllTextWhenFocused | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextEntryPopup.h | Whether to select all text when the user clicks to give focus on the widget | Slate | WidgetArgsType & SelectAllTextWhenFocused &40; bool InArg &41; | [] |
STextEntryPopup::FArguments::OnVerifyTextChanged | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextEntryPopup.h | Called whenever the text is changed programmatically or interactively by the user | Slate | WidgetArgsType & OnVerifyTextChanged &40; const FOnVerifyTextChanged & InDelegate &41; | [] |
WidgetArgsType | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextEntryPopup.h | Slate | typedef FArguments WidgetArgsType | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.