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::BeginSearch | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Begin a new text search (this is called automatically when the bound search text changes) | Slate | void BeginSearch ( const [FText](API\Runtime\Core\Internationalization\FText) & InSearchText, const [ESearchCase::Type](API\Runtime\Core\Misc\ESearchCase__Type) InSearchCase, const bool InReverse ) | [] |
SMultiLineEditableTextBox::ClearSelection | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Clear the active text selection | Slate | void ClearSelection() | [] |
SMultiLineEditableTextBox::Construct | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Construct this widget | Slate | void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Input\SMultiLineEditableTextBox\FArguments) & InArgs ) | [] |
SMultiLineEditableTextBox::FArguments::AllowContextMenu | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Whether the context menu can be opened | Slate | WidgetArgsType & AllowContextMenu &40; const TAttribute< bool > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::AllowMultiLine | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Whether to allow multi-line text | Slate | WidgetArgsType & AllowMultiLine &40; const TAttribute< bool > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::AlwaysShowScrollbars | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Should we always show the scrollbars (only affects internally created scroll bars) | Slate | WidgetArgsType & AlwaysShowScrollbars &40; bool InArg &41; | [] |
SMultiLineEditableTextBox::FArguments::AutoWrapText | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Whether to wrap text automatically based on the widget's computed horizontal space. IMPORTANT: Using automatic wrapping can result in visual artifacts, as the the wrapped size will computed be at least one frame late! Consider using WrapTextAt instead. The initial desired size will not be clamped. This works best in cases where the text block's size is not affecting other widget's layout. | Slate | WidgetArgsType & AutoWrapText &40; const TAttribute< bool > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::BackgroundColor | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | The color of the background/border around the editable text (overrides Style) | Slate | WidgetArgsType & BackgroundColor &40; const TAttribute< FSlateColor > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::ClearKeyboardFocusOnCommit | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Whether to clear keyboard focus when pressing enter to commit changes | Slate | WidgetArgsType & ClearKeyboardFocusOnCommit &40; const TAttribute< bool > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::ClearTextSelectionOnFocusLoss | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Whether to clear text selection when focus is lost | Slate | WidgetArgsType & ClearTextSelectionOnFocusLoss &40; const TAttribute< bool > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::ContextMenuExtender | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Menu extender for the right-click context menu | Slate | WidgetArgsType & ContextMenuExtender &40; const FMenuExtensionDelegate & InDelegate &41; | [] |
SMultiLineEditableTextBox::FArguments::CreateSlateTextLayout | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Delegate used to create text layouts for this widget. If none is provided thenFSlateTextLayoutwill be used. | Slate | WidgetArgsType & CreateSlateTextLayout &40; const FCreateSlateTextLayout & InDelegate &41; | [] |
SMultiLineEditableTextBox::FArguments::ErrorReporting | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Provide a alternative mechanism for error reporting. | Slate | WidgetArgsType & ErrorReporting &40; TSharedPtr< class IErrorReportingWidget > InArg &41; | [] |
SMultiLineEditableTextBox::FArguments::FocusedForegroundColor | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Text color and opacity when this box has keyboard focus (overrides Style) | Slate | WidgetArgsType & FocusedForegroundColor &40; const TAttribute< FSlateColor > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::Font | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Font color and opacity (overrides Style) | Slate | WidgetArgsType & Font &40; const TAttribute< FSlateFontInfo > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::ForegroundColor | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Text color and opacity (overrides Style) | Slate | WidgetArgsType & ForegroundColor &40; const TAttribute< FSlateColor > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::HintText | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Hint text that appears when there is no text in the text box | Slate | WidgetArgsType & HintText &40; const TAttribute< FText > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::HScrollBarPadding | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Padding around the horizontal scrollbar (overrides Style) | Slate | WidgetArgsType & HScrollBarPadding &40; const TAttribute< FMargin > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::HScrollBar | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | The horizontal scroll bar widget, or null to create one internally | Slate | WidgetArgsType & HScrollBar &40; TSharedPtr< SScrollBar > InArg &41; | [] |
SMultiLineEditableTextBox::FArguments::IsCaretMovedWhenGainFocus | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Workaround as we loose focus when the auto completion closes. | Slate | WidgetArgsType & IsCaretMovedWhenGainFocus &40; const TAttribute< bool > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::IsReadOnly | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Sets whether this text box can actually be modified interactively by the user | Slate | WidgetArgsType & IsReadOnly &40; const TAttribute< bool > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::Justification | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | How the text should be aligned with the margin. | Slate | WidgetArgsType & Justification &40; const TAttribute< ETextJustify::Type > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::LineHeightPercentage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | The amount to scale each lines height by. | Slate | WidgetArgsType & LineHeightPercentage &40; const TAttribute< float > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::Margin | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | The amount of blank space left around the edges of text area. This is different to Padding because this area is still considered part of the text area, and as such, can still be interacted with | Slate | WidgetArgsType & Margin &40; const TAttribute< FMargin > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::Marshaller | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | The marshaller used to get/set the raw text to/from the text layout. | Slate | WidgetArgsType & Marshaller &40; TSharedPtr< ITextLayoutMarshaller > InArg &41; | [] |
SMultiLineEditableTextBox::FArguments::ModiferKeyForNewLine | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | The optional modifier key necessary to create a newline when typing into the editor. | Slate | WidgetArgsType & ModiferKeyForNewLine &40; EModifierKey::Type InArg &41; | [] |
SMultiLineEditableTextBox::FArguments::OnContextMenuOpening | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Delegate to call before a context menu is opened. User returns the menu content or null to the disable context menu | Slate | WidgetArgsType & OnContextMenuOpening &40; const FOnContextMenuOpening & InDelegate &41; | [] |
SMultiLineEditableTextBox::FArguments::OnCursorMoved | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Called when the cursor is moved within the text area | Slate | WidgetArgsType & OnCursorMoved &40; const SMultiLineEditableText::FOnCursorMoved & InDelegate &41; | [] |
SMultiLineEditableTextBox::FArguments::OnHScrollBarUserScrolled | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Called whenever the horizontal scrollbar is moved by the user | Slate | WidgetArgsType & OnHScrollBarUserScrolled &40; const FOnUserScrolled & InDelegate &41; | [] |
SMultiLineEditableTextBox::FArguments::OnIsTypedCharValid | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Called whenever a character is typed. Not called for copy, paste, or any other text changes! | Slate | WidgetArgsType & OnIsTypedCharValid &40; const FOnIsTypedCharValid & InDelegate &41; | [] |
SMultiLineEditableTextBox::FArguments::OnKeyCharHandler | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Callback delegate to have first chance handling of the OnKeyChar event | Slate | WidgetArgsType & OnKeyCharHandler &40; const FOnKeyChar & InDelegate &41; | [] |
SMultiLineEditableTextBox::FArguments::OnKeyDownHandler | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Callback delegate to have first chance handling of the OnKeyDown event | Slate | WidgetArgsType & OnKeyDownHandler &40; const FOnKeyDown & InDelegate &41; | [] |
SMultiLineEditableTextBox::FArguments::OnTextCommitted | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Called whenever the text is committed. This happens when the user presses enter or the text box loses focus. | Slate | WidgetArgsType & OnTextCommitted &40; const FOnTextCommitted & InDelegate &41; | [] |
SMultiLineEditableTextBox::FArguments::OnTextChanged | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Called whenever the text is changed programmatically or interactively by the user | Slate | WidgetArgsType & OnTextChanged &40; const FOnTextChanged & InDelegate &41; | [] |
SMultiLineEditableTextBox::FArguments::OnVerifyTextChanged | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Called whenever the text is changed programmatically or interactively by the user | Slate | WidgetArgsType & OnVerifyTextChanged &40; const FOnVerifyTextChanged & InDelegate &41; | [] |
SMultiLineEditableTextBox::FArguments::OnVScrollBarUserScrolled | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Called whenever the vertical scrollbar is moved by the user | Slate | WidgetArgsType & OnVScrollBarUserScrolled &40; const FOnUserScrolled & InDelegate &41; | [] |
SMultiLineEditableTextBox::FArguments::OverflowPolicy | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Determines what happens to text that is clipped and doesn't fit within the allotted area for this widget | Slate | WidgetArgsType & OverflowPolicy &40; TOptional< ETextOverflowPolicy > InArg &41; | [] |
SMultiLineEditableTextBox::FArguments::Padding | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Padding between the box/border and the text widget inside (overrides Style) | Slate | WidgetArgsType & Padding &40; const TAttribute< FMargin > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::ReadOnlyForegroundColor | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Text color and opacity when read-only (overrides Style) | Slate | WidgetArgsType & ReadOnlyForegroundColor &40; const TAttribute< FSlateColor > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::RevertTextOnEscape | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.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; | [] |
SMultiLineEditableTextBox::FArguments::SearchText | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Text to search for (a new search is triggered whenever this text changes) | Slate | WidgetArgsType & SearchText &40; const TAttribute< FText > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::SelectAllTextOnCommit | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Whether to select all text when pressing enter to commit changes | Slate | WidgetArgsType & SelectAllTextOnCommit &40; const TAttribute< bool > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::SelectAllTextWhenFocused | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.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; | [] |
SMultiLineEditableTextBox::FArguments::SelectWordOnMouseDoubleClick | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Whether to select word on mouse double click on the widget | Slate | WidgetArgsType & SelectWordOnMouseDoubleClick &40; const TAttribute< bool > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::Style | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | The styling of the textbox | Slate | WidgetArgsType & Style &40; const FEditableTextBoxStyle &42; InArg &41; | [] |
SMultiLineEditableTextBox::FArguments::Text | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Sets the text content for this editable text box widget | Slate | WidgetArgsType & Text &40; const TAttribute< FText > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::TextFlowDirection | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Which text flow direction should we use? (unset to use the default returned by GetDefaultTextFlowDirection) | Slate | WidgetArgsType & TextFlowDirection &40; TOptional< ETextFlowDirection > InArg &41; | [] |
SMultiLineEditableTextBox::FArguments::TextShapingMethod | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Which text shaping method should we use? (unset to use the default returned by GetDefaultTextShapingMethod) | Slate | WidgetArgsType & TextShapingMethod &40; TOptional< ETextShapingMethod > InArg &41; | [] |
SMultiLineEditableTextBox::FArguments::TextStyle | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Slate | WidgetArgsType & TextStyle &40; const class USlateWidgetStyleAsset &42;const InSlateStyleAsset &41; | [] |
|
SMultiLineEditableTextBox::FArguments::TextStyle | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Slate | WidgetArgsType & TextStyle &40; const TWeakObjectPtr< const class USlateWidgetStyleAsset > & InSlateStyleAsset &41; | [] |
|
SMultiLineEditableTextBox::FArguments::TextStyle | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Slate | WidgetArgsType & TextStyle &40; const class ISlateStyle &42; InSlateStyle, const FName & StyleName, const ANSICHAR &42; Specifier &41; | [] |
|
SMultiLineEditableTextBox::FArguments::TextStyle | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Slate | WidgetArgsType & TextStyle &40; const class ISlateStyle & InSlateStyle, const FName & StyleName, const ANSICHAR &42; Specifier &41; | [] |
|
SMultiLineEditableTextBox::FArguments::TextStyle | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Slate | WidgetArgsType & TextStyle &40; const TWeakObjectPtr< const class ISlateStyle > & InSlateStyle, const FName & StyleName, const ANSICHAR &42; Specifier &41; | [] |
|
SMultiLineEditableTextBox::FArguments::TextStyle | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Slate | WidgetArgsType & TextStyle &40; const TSharedPtr< const class ISlateStyle > & InSlateStyle, const FName & StyleName, const ANSICHAR &42; Specifier &41; | [] |
|
SMultiLineEditableTextBox::FArguments::VirtualKeyboardDismissAction | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | The message action to take when the virtual keyboard is dismissed by the user | Slate | WidgetArgsType & VirtualKeyboardDismissAction &40; const TAttribute< EVirtualKeyboardDismissAction > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::VirtualKeyboardOptions | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Additional options used by the virtual keyboard summoned by this widget | Slate | WidgetArgsType & VirtualKeyboardOptions &40; FVirtualKeyboardOptions InArg &41; | [] |
SMultiLineEditableTextBox::FArguments::VirtualKeyboardTrigger | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | The type of event that will trigger the display of the virtual keyboard | Slate | WidgetArgsType & VirtualKeyboardTrigger &40; const TAttribute< EVirtualKeyboardTrigger > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::VScrollBar | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | The vertical scroll bar widget, or null to create one internally | Slate | WidgetArgsType & VScrollBar &40; TSharedPtr< SScrollBar > InArg &41; | [] |
SMultiLineEditableTextBox::FArguments::VScrollBarPadding | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Padding around the vertical scrollbar (overrides Style) | Slate | WidgetArgsType & VScrollBarPadding &40; const TAttribute< FMargin > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::WrappingPolicy | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | The wrapping policy to use | Slate | WidgetArgsType & WrappingPolicy &40; const TAttribute< ETextWrappingPolicy > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::WrapTextAt | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Whether text wraps onto a new line when it's length exceeds this width; if this value is zero or negative, no wrapping occurs. | Slate | WidgetArgsType & WrapTextAt &40; const TAttribute< float > & InAttribute &41; | [] |
SMultiLineEditableTextBox::FArguments::FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Slate | FArguments&40;&41; | [] |
|
SMultiLineEditableTextBox::ForceScroll | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Slate | void ForceScroll ( int32 UserIndex, float ScrollAxisMagnitude ) | [] |
|
SMultiLineEditableTextBox::GetCurrentTextLine | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Return the text line where the current cursor location is at. | Slate | void GetCurrentTextLine ( [FString](API\Runtime\Core\Containers\FString) & OutTextLine ) const | [] |
SMultiLineEditableTextBox::GetCursorLocation | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Get the interaction position of the cursor (where to insert, delete, etc, text from/to) | Slate | [FTextLocation](API\Runtime\Slate\Framework\Text\FTextLocation) GetCursorLocation() const | [] |
WidgetArgsType | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Slate | typedef FArguments WidgetArgsType | [] |
|
SMultiLineEditableTextBox::GetHintText | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Returns the hint text string
Hint text string | Slate | [FText](API\Runtime\Core\Internationalization\FText) GetHintText() const | [] |
SMultiLineEditableTextBox::GetHScrollBar | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Get the horizontal scroll bar widget | Slate | [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [SScrollBar](API\Runtime\Slate\Widgets\Layout\SScrollBar) > GetHScrollBar() const | [] |
SMultiLineEditableTextBox::GetPlainText | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Returns the plain text string without richtext formatting
Text string | Slate | [FText](API\Runtime\Core\Internationalization\FText) GetPlainText() const | [] |
SMultiLineEditableTextBox::GetRunUnderCursor | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Get the run currently under the cursor, or null if there is no run currently under the cursor | Slate | [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [IRun](API\Runtime\Slate\Framework\Text\IRun) > GetRunUnderCursor() const | [] |
SMultiLineEditableTextBox::GetSearchText | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Get the text that is currently being searched for (if any) | Slate | [FText](API\Runtime\Core\Internationalization\FText) GetSearchText() const | [] |
FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Slate | struct FArguments : public [TSlateBaseNamedArgs< SMultiLineEditableTextBox >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | [
{
"type": "constFTextBloc...",
"name": "_TextStyle",
"description": "Pointer to a style of the text block, which dictates the font, color, and shadow options."
}
] |
|
SMultiLineEditableTextBox::GetSelectedRuns | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Get the runs currently that are current selected, some of which may be only partially selected | Slate | [TArray](API\Runtime\Core\Containers\TArray)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< const [IRun](API\Runtime\Slate\Framework\Text\IRun) > > GetSelectedRuns() const | [] |
SMultiLineEditableTextBox::GetSelectedText | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Get the currently selected text | Slate | [FText](API\Runtime\Core\Internationalization\FText) GetSelectedText() const | [] |
SMultiLineEditableTextBox::GetText | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Returns the text string
Text string | Slate | [FText](API\Runtime\Core\Internationalization\FText) GetText() const | [] |
SMultiLineEditableTextBox::GetVScrollBar | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Get the vertical scroll bar widget | Slate | [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [SScrollBar](API\Runtime\Slate\Widgets\Layout\SScrollBar) > GetVScrollBar() const | [] |
SMultiLineEditableTextBox::GoTo | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Move the cursor to the given location in the document | Slate | void GoTo ( const [FTextLocation](API\Runtime\Slate\Framework\Text\FTextLocation) & NewLocation ) | [] |
SMultiLineEditableTextBox::GoTo | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Move the cursor to the specified location | Slate | void GoTo ( const ETextLocation NewLocation ) | [] |
SMultiLineEditableTextBox::HasKeyboardFocus | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Checks to see if this widget currently has the keyboard focus
True if this widget has keyboard focus | Slate | virtual bool HasKeyboardFocus() const | [] |
SMultiLineEditableTextBox::InsertTextAtCursor | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Insert the given text at the current cursor position, correctly taking into account new line characters | Slate | void InsertTextAtCursor ( const [FText](API\Runtime\Core\Internationalization\FText) & InText ) | [] |
SMultiLineEditableTextBox::InsertRunAtCursor | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Insert the given run at the current cursor position | Slate | void InsertRunAtCursor ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IRun](API\Runtime\Slate\Framework\Text\IRun) > InRun ) | [] |
SMultiLineEditableTextBox::InsertTextAtCursor | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Insert the given text at the current cursor position, correctly taking into account new line characters | Slate | void InsertTextAtCursor ( const [FString](API\Runtime\Core\Containers\FString) & InString ) | [] |
SMultiLineEditableTextBox::OnEditableTextChanged | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Callback for the editable text's OnTextChanged event | Slate | void OnEditableTextChanged ( const [FText](API\Runtime\Core\Internationalization\FText) & InText ) | [] |
SMultiLineEditableTextBox::OnEditableTextCommitted | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Callback when the editable text is committed. | Slate | void OnEditableTextCommitted ( const [FText](API\Runtime\Core\Internationalization\FText) & InText, [ETextCommit::Type](API\Runtime\SlateCore\Types\ETextCommit__Type) InCommitType ) | [] |
SMultiLineEditableTextBox::OnFocusReceived | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | KEY INPUT Called when focus is given to this widget. This event does not bubble.
Returns whether the event was handled, along with other possible actions | Slate | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnFocusReceived ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FFocusEvent](API\Runtime\SlateCore\Input\FFocusEvent) & InFocusEvent ) | [] |
SMultiLineEditableTextBox::OnKeyDown | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.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 ) | [] |
SMultiLineEditableTextBox::Refresh | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Refresh this text box immediately, rather than wait for the usual caching mechanisms to take affect on the text Tick | Slate | void Refresh() | [] |
SMultiLineEditableTextBox::ScrollTo | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Scroll to the given location in the document (without moving the cursor) | Slate | void ScrollTo ( const [FTextLocation](API\Runtime\Slate\Framework\Text\FTextLocation) & NewLocation ) | [] |
SMultiLineEditableTextBox::ScrollTo | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Scroll to the given location in the document (without moving the cursor) | Slate | void ScrollTo ( const ETextLocation NewLocation ) | [] |
SMultiLineEditableTextBox::SelectAllText | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Select all the text in the document | Slate | void SelectAllText() | [] |
SMultiLineEditableTextBox::SetAllowContextMenu | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | See the AllowContextMenu attribute | Slate | void SetAllowContextMenu ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > & InAllowContextMenu ) | [] |
SMultiLineEditableTextBox::SetAutoWrapText | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | See AutoWrapText attribute | Slate | void SetAutoWrapText ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > & InAutoWrapText ) | [] |
SMultiLineEditableTextBox::SetError | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.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 [FText](API\Runtime\Core\Internationalization\FText) & InError ) | [] |
SMultiLineEditableTextBox::SetError | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.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 ) | [] |
SMultiLineEditableTextBox::SetHintText | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Sets the text that appears when there is no text in the text box | Slate | void SetHintText ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > & InHintText ) | [] |
SMultiLineEditableTextBox::SetIsReadOnly | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Set the ReadOnly attribute | Slate | void SetIsReadOnly ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > & InIsReadOnly ) | [] |
SMultiLineEditableTextBox::SetJustification | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | See Justification attribute | Slate | void SetJustification ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [ETextJustify::Type](API\Runtime\Slate\Framework\Text\ETextJustify__Type) > & InJustification ) | [] |
SMultiLineEditableTextBox::SetLineHeightPercentage | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | See LineHeightPercentage attribute | Slate | void SetLineHeightPercentage ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< float > & InLineHeightPercentage ) | [] |
SMultiLineEditableTextBox::SetMargin | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | See Margin attribute | Slate | void SetMargin ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FMargin](API\Runtime\SlateCore\Layout\FMargin) > & InMargin ) | [] |
SMultiLineEditableTextBox::SetOnKeyDownHandler | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h | Sets the OnKeyDownHandler to provide first chance handling of theSMultiLineEditableText's OnKeyDown event | Slate | void SetOnKeyDownHandler ( FOnKeyDown InOnKeyDownHandler ) | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.