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
|
---|---|---|---|---|---|
FArguments | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Slate | struct FArguments : public [TSlateBaseNamedArgs< SMultiLineEditableText >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | [] |
|
SMultiLineEditableText::FArguments::WrapTextAt | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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; | [] |
SMultiLineEditableText::ForceScroll | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Force a single scroll operation. | Slate | void ForceScroll ( int32 UserIndex, float ScrollAxisMagnitude ) | [] |
SMultiLineEditableText::FScopedEditableTextTransaction::FScopedEditableTextTransaction | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Slate | FScopedEditableTextTransaction &40; TSharedPtr< SMultiLineEditableText > InText &41; | [] |
|
SMultiLineEditableText::FScopedEditableTextTransaction::~FScopedEditableTextTransaction | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Slate | &126;FScopedEditableTextTransaction&40;&41; | [] |
|
FScopedEditableTextTransaction | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Used to merge multiple text edit transactions within a scope | Slate | struct FScopedEditableTextTransaction | [] |
SMultiLineEditableText::GetCharacterAt | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Get the character at Location | Slate | TCHAR GetCharacterAt ( const [FTextLocation](API\Runtime\Slate\Framework\Text\FTextLocation) & Location ) const | [] |
SMultiLineEditableText::GetCurrentTextLine | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Fill OutTextLine with the text line where the current cursor location is at | Slate | void GetCurrentTextLine ( [FString](API\Runtime\Core\Containers\FString) & OutTextLine ) const | [] |
SMultiLineEditableText::GetCursorLocation | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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 | [] |
SMultiLineEditableText::GetChildren | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Should be renamed to GetVisibleChildren (not ALL children will be returned in all cases). | Slate | virtual [FChildren](API\Runtime\SlateCore\Layout\FChildren) * GetChildren() | [] |
SMultiLineEditableText::GetFont | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Slate | [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) GetFont() const | [] |
|
SMultiLineEditableText::GetHintText | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Get the text that appears when there is no text in the text box | Slate | [FText](API\Runtime\Core\Internationalization\FText) GetHintText() const | [] |
SMultiLineEditableText::GetHScrollBar | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Get the horizontal scroll bar widget | Slate | [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [SScrollBar](API\Runtime\Slate\Widgets\Layout\SScrollBar) > GetHScrollBar() const | [] |
SMultiLineEditableText::GetNumSearchResults | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Get the total number of search results (0 if none) | Slate | int32 GetNumSearchResults() const | [] |
SMultiLineEditableText::GetRunUnderCursor | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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 | [] |
SMultiLineEditableText::GetPlainText | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Returns the plain text string without richtext formatting
Text string | Slate | [FText](API\Runtime\Core\Internationalization\FText) GetPlainText() const | [] |
SMultiLineEditableText::GetSearchResultIndex | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Get the index of the search result (0 if none) | Slate | int32 GetSearchResultIndex() const | [] |
SMultiLineEditableText::GetSearchText | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Get the text that is currently being searched for (if any) | Slate | [FText](API\Runtime\Core\Internationalization\FText) GetSearchText() const | [] |
SMultiLineEditableText::GetSelectedRuns | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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 | [] |
SMultiLineEditableText::GetSelectedText | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Get the currently selected text | Slate | [FText](API\Runtime\Core\Internationalization\FText) GetSelectedText() const | [] |
SMultiLineEditableText::GetSlateWidget | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Get the Slate widget this interface is representing (may not be called during destruction) | Slate | virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetSlateWidget() | [] |
SMultiLineEditableText::GetSelection | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Get the current selection | Slate | [FTextSelection](API\Runtime\Slate\Framework\Text\FTextSelection) GetSelection() const | [] |
SMultiLineEditableText::GetText | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Returns the text string
Text string | Slate | [FText](API\Runtime\Core\Internationalization\FText) GetText() const | [] |
SMultiLineEditableText::GetSlateWidgetPtr | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Get the Slate widget this interface is representing (may be null during destruction) | Slate | virtual [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetSlateWidgetPtr() | [] |
SMultiLineEditableText::GetTextLine | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Fill OutTextLine with the text line at the specified index | Slate | void GetTextLine ( const int32 InLineIndex, [FString](API\Runtime\Core\Containers\FString) & OutTextLine ) const | [] |
SMultiLineEditableText::GetTextLineCount | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Get the number of Text Lines | Slate | int32 GetTextLineCount() | [] |
SMultiLineEditableText::GetVirtualKeyboardOptions | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Get the options for the virtual keyboard used for this widget | Slate | virtual [FVirtualKeyboardOptions](API\Runtime\Slate\Widgets\Input\FVirtualKeyboardOptions) GetVirtualKeyboardOptions() const | [] |
SMultiLineEditableText::GetVirtualKeyboardDismissAction | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Get the message action to take when the virtual keyboard is dismissed by the user | Slate | virtual EVirtualKeyboardDismissAction GetVirtualKeyboardDismissAction() const | [] |
SMultiLineEditableText::GetVirtualKeyboardTrigger | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Get the type of event that will trigger the display of the virtual keyboard | Slate | virtual EVirtualKeyboardTrigger GetVirtualKeyboardTrigger() const | [] |
SMultiLineEditableText::GetVirtualKeyboardType | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Get the type of virtual keyboard to use for this widget | Slate | virtual EKeyboardType GetVirtualKeyboardType() const | [] |
SMultiLineEditableText::GetVScrollBar | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Get the vertical scroll bar widget | Slate | [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [SScrollBar](API\Runtime\Slate\Widgets\Layout\SScrollBar) > GetVScrollBar() const | [] |
SMultiLineEditableText::GoTo | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Move the cursor to the given location in the document (will also scroll to this point) | Slate | void GoTo ( const [FTextLocation](API\Runtime\Slate\Framework\Text\FTextLocation) & NewLocation ) | [] |
SMultiLineEditableText::GoTo | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Move the cursor specified location | Slate | void GoTo ( const ETextLocation NewLocation ) | [] |
SMultiLineEditableText::InsertRunAtCursor | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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 ) | [] |
SMultiLineEditableText::InsertTextAtCursor | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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 ) | [] |
SMultiLineEditableText::InsertTextAtCursor | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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 ) | [] |
SMultiLineEditableText::IsInteractable | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Is this widget interactive or not? Defaults to false | Slate | virtual bool IsInteractable() const | [] |
SMultiLineEditableText::IsTextPassword | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Is the text displaying a password and should be obscured? | Slate | virtual bool IsTextPassword() const | [] |
SMultiLineEditableText::IsRightClickScrolling | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Return whether a RMB+Drag scroll operation is taking place | Slate | bool IsRightClickScrolling() const | [] |
SMultiLineEditableText::IsTextReadOnly | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Is the text currently read-only? | Slate | virtual bool IsTextReadOnly() const | [] |
SMultiLineEditableText::IsMultiLineTextEdit | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Is the text edit multi-line aware? | Slate | virtual bool IsMultiLineTextEdit() const | [] |
SMultiLineEditableText::OnArrangeChildren | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Compute the Geometry of all the children and add populate the ArrangedChildren list with their values. Each type of Layout panel should arrange children based on desired behavior. | Slate | virtual void OnArrangeChildren ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry, [FArrangedChildren](API\Runtime\SlateCore\Layout\FArrangedChildren) & ArrangedChildren ) const | [] |
SMultiLineEditableText::OnCursorQuery | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | The system asks each widget under the mouse to provide a cursor. This event is bubbled.FCursorReply::Unhandled()if the event is not handled; returnFCursorReply::Cursor()otherwise. | Slate | virtual [FCursorReply](API\Runtime\SlateCore\Input\FCursorReply) OnCursorQuery ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & CursorEvent ) const | [] |
SMultiLineEditableText::OnCursorMoved | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Called when the cursor is moved within the text area | Slate | virtual void OnCursorMoved ( const [FTextLocation](API\Runtime\Slate\Framework\Text\FTextLocation) & InLocation ) | [] |
SMultiLineEditableText::OnFocusLost | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Called when this widget loses focus. This event does not bubble. | Slate | virtual void OnFocusLost ( const [FFocusEvent](API\Runtime\SlateCore\Input\FFocusEvent) & InFocusEvent ) | [] |
SMultiLineEditableText::OnHScrollBarMoved | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Slate | void OnHScrollBarMoved ( const float InScrollOffsetFraction ) | [] |
|
SMultiLineEditableText::OnFocusReceived | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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 ) | [] |
SMultiLineEditableText::OnKeyChar | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Called after a character is entered while this widget has keyboard focus
Returns whether the event was handled, along with other possible actions | Slate | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnKeyChar ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FCharacterEvent](API\Runtime\SlateCore\Input\FCharacterEvent) & InCharacterEvent ) | [] |
SMultiLineEditableText::OnKeyDown | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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 ) | [] |
SMultiLineEditableText::OnKeyUp | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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 ) | [] |
SMultiLineEditableText::OnMouseButtonDown | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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 ) | [] |
SMultiLineEditableText::OnMouseButtonDoubleClick | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Called when a mouse button is double clicked. Override this in derived classes.
Returns whether the event was handled, along with other possible actions | 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 ) | [] |
SMultiLineEditableText::OnMouseButtonUp | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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 ) | [] |
SMultiLineEditableText::OnMouseWheel | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Called when the mouse wheel is spun. This event is bubbled.
Returns whether the event was handled, along with other possible actions | Slate | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnMouseWheel ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent ) | [] |
SMultiLineEditableText::OnMouseMove | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | The system calls this method to notify the widget that a mouse moved within it. This event is bubbled.
Whether the event was handled along with possible requests for the system to take action. | Slate | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnMouseMove ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent ) | [] |
SMultiLineEditableText::OnPaint | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | The widget should respond by populating the OutDrawElements array with FDrawElements that represent it and any of its children. Called by the non-virtual OnPaint to enforce pre/post conditions during OnPaint.
The maximum layer ID attained by this widget or any of its children. | Slate | virtual int32 OnPaint ( const [FPaintArgs](API\Runtime\SlateCore\Types\FPaintArgs) & Args, const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry, const [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) & MyCullingRect, [FSlateWindowElementList](API\Runtime\SlateCore\Rendering\FSlateWindowElementList) & OutDrawElements, int32 LayerId, const [FWidgetStyle](API\Runtime\SlateCore\Styling\FWidgetStyle) & InWidgetStyle, bool bParentEnabled ) const | [] |
SMultiLineEditableText::OnVScrollBarMoved | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Slate | void OnVScrollBarMoved ( const float InScrollOffsetFraction ) | [] |
|
SMultiLineEditableText::OnTextCommitted | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Called when the text control has committed its current edit changes | Slate | virtual void OnTextCommitted ( const [FText](API\Runtime\Core\Internationalization\FText) & InText, const [ETextCommit::Type](API\Runtime\SlateCore\Types\ETextCommit__Type) InTextAction ) | [] |
SMultiLineEditableText::OnTextChanged | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Called when the text has been changed by an edit operation | Slate | virtual void OnTextChanged ( const [FText](API\Runtime\Core\Internationalization\FText) & InText ) | [] |
SMultiLineEditableText::Refresh | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Refresh this editable text immediately, rather than wait for the usual caching mechanisms to take affect on the text Tick | Slate | void Refresh() | [] |
SMultiLineEditableText::ScrollTo | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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 ) | [] |
SMultiLineEditableText::ScrollTo | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Scroll to the given location in the document (without moving the cursor) | Slate | void ScrollTo ( const ETextLocation NewLocation ) | [] |
SMultiLineEditableText::SelectText | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Select a block of text | Slate | void SelectText ( const [FTextLocation](API\Runtime\Slate\Framework\Text\FTextLocation) & InSelectionStart, const [FTextLocation](API\Runtime\Slate\Framework\Text\FTextLocation) & InCursorLocation ) | [] |
SMultiLineEditableText::SelectAllText | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Select all the text in the document | Slate | void SelectAllText() | [] |
SMultiLineEditableText::SetAllowContextMenu | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | See the AllowContextMenu attribute | Slate | void SetAllowContextMenu ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > & InAllowContextMenu ) | [] |
SMultiLineEditableText::SetAutoWrapText | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | See AutoWrapText attribute | Slate | void SetAutoWrapText ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > & InAutoWrapText ) | [] |
SMultiLineEditableText::SetClearKeyboardFocusOnCommit | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Sets whether to clear keyboard focus when pressing enter to commit changes | Slate | void SetClearKeyboardFocusOnCommit ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > & InClearKeyboardFocusOnCommit ) | [] |
SMultiLineEditableText::SetClearTextSelectionOnFocusLoss | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Sets whether to clear text selection when focus is lost | Slate | void SetClearTextSelectionOnFocusLoss ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > & InClearTextSelectionOnFocusLoss ) | [] |
SMultiLineEditableText::SetHintText | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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 ) | [] |
SMultiLineEditableText::SetFont | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | See attribute Font | Slate | void SetFont ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) > & InNewFont ) | [] |
SMultiLineEditableText::SetIsReadOnly | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Sets the ReadOnly attribute | Slate | void SetIsReadOnly ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > & InIsReadOnly ) | [] |
SMultiLineEditableText::SetJustification | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | See Justification attribute | Slate | void SetJustification ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [ETextJustify::Type](API\Runtime\Slate\Framework\Text\ETextJustify__Type) > & InJustification ) | [] |
SMultiLineEditableText::SetLineHeightPercentage | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | See LineHeightPercentage attribute | Slate | void SetLineHeightPercentage ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< float > & InLineHeightPercentage ) | [] |
SMultiLineEditableText::SetOnKeyCharHandler | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Sets the OnKeyCharHandler to provide first chance handling of the OnKeyChar event | Slate | void SetOnKeyCharHandler ( FOnKeyChar InOnKeyCharHandler ) | [] |
SMultiLineEditableText::SetOnKeyDownHandler | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Sets the OnKeyDownHandler to provide first chance handling of the OnKeyDown event | Slate | void SetOnKeyDownHandler ( FOnKeyDown InOnKeyDownHandler ) | [] |
SMultiLineEditableText::SetMargin | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | See Margin attribute | Slate | void SetMargin ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FMargin](API\Runtime\SlateCore\Layout\FMargin) > & InMargin ) | [] |
SMultiLineEditableText::SetRevertTextOnEscape | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Sets whether to allow the user to back out of changes when they press the escape key | Slate | void SetRevertTextOnEscape ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > & InRevertTextOnEscape ) | [] |
SMultiLineEditableText::SetSelectAllTextWhenFocused | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Sets whether to select all text when the user clicks to give focus on the widget | Slate | void SetSelectAllTextWhenFocused ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > & InSelectAllTextWhenFocused ) | [] |
SMultiLineEditableText::SetOverflowPolicy | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Sets the overflow policy for this text block | Slate | void SetOverflowPolicy ( [TOptional](API\Runtime\Core\IO\TOptional)< ETextOverflowPolicy > InOverflowPolicy ) | [] |
SMultiLineEditableText::SetSearchText | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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 ) | [] |
SMultiLineEditableText::SetSelectWordOnMouseDoubleClick | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Sets whether to select word on the mouse double click | Slate | void SetSelectWordOnMouseDoubleClick ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > & InSelectWordOnMouseDoubleClick ) | [] |
SMultiLineEditableText::SetText | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Sets the text for this text block | Slate | void SetText ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > & InText ) | [] |
SMultiLineEditableText::SetTextFlowDirection | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | See TextFlowDirection attribute | Slate | void SetTextFlowDirection ( const [TOptional](API\Runtime\Core\IO\TOptional)< ETextFlowDirection > & InTextFlowDirection ) | [] |
SMultiLineEditableText::SetVirtualKeyboardDismissAction | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Set the VirtualKeyboardDismissAction attribute | Slate | void SetVirtualKeyboardDismissAction ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< EVirtualKeyboardDismissAction > InVirtualKeyboardDismissAction ) | [] |
SMultiLineEditableText::SetTextStyle | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | See attribute TextStyle | Slate | void SetTextStyle ( const [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) * InTextStyle ) | [] |
SMultiLineEditableText::SetTextShapingMethod | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | See TextShapingMethod attribute | Slate | void SetTextShapingMethod ( const [TOptional](API\Runtime\Core\IO\TOptional)< ETextShapingMethod > & InTextShapingMethod ) | [] |
SMultiLineEditableText::SetWrapTextAt | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | See WrapTextAt attribute | Slate | void SetWrapTextAt ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< float > & InWrapTextAt ) | [] |
SMultiLineEditableText::ShouldClearKeyboardFocusOnCommit | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Should we clear the keyboard focus when the user commits text to this widget? | Slate | virtual bool ShouldClearKeyboardFocusOnCommit() const | [] |
SMultiLineEditableText::SetWrappingPolicy | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Set WrappingPolicy attribute | Slate | void SetWrappingPolicy ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< ETextWrappingPolicy > & InWrappingPolicy ) | [] |
SMultiLineEditableText::ShouldClearTextSelectionOnFocusLoss | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Should the text clear its selection the widget loses focus? | Slate | virtual bool ShouldClearTextSelectionOnFocusLoss() const | [] |
SMultiLineEditableText::ShouldJumpCursorToEndWhenFocused | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Should the cursor be jumped to the end of the document when the widget gains focus? | Slate | virtual bool ShouldJumpCursorToEndWhenFocused() const | [] |
SMultiLineEditableText::ShouldRevertTextOnEscape | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Should we revert the text back to its original state when the user presses escape? | Slate | virtual bool ShouldRevertTextOnEscape() const | [] |
SMultiLineEditableText::ShouldSelectAllTextWhenFocused | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Should the text be selected when the widget gains focus? | Slate | virtual bool ShouldSelectAllTextWhenFocused() const | [] |
SMultiLineEditableText::ShouldSelectAllTextOnCommit | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Should we select all text when the user commits text to this widget? | Slate | virtual bool ShouldSelectAllTextOnCommit() const | [] |
SMultiLineEditableText::ShouldSelectWordOnMouseDoubleClick | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Should we select word on mouse double click? | Slate | virtual bool ShouldSelectWordOnMouseDoubleClick() const | [] |
SMultiLineEditableText::SupportsKeyboardFocus | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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 | [] |
SMultiLineEditableText::Tick | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Ticks this widget with Geometry. Override in derived classes, but always call the parent implementation. | Slate | virtual void Tick ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry, const double InCurrentTime, const float InDeltaTime ) | [] |
SMultiLineEditableText::UpdateAndClampHorizontalScrollBar | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Called when the fraction and offset of the horizontal scroll area has been recalculated. This function should apply the new values to any scrollbars, and return a clamped horizontal scroll value | Slate | virtual float UpdateAndClampHorizontalScrollBar ( const float InViewOffset, const float InViewFraction, const [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) InVisiblityOverride ) | [] |
SMultiLineEditableText::UpdateAndClampVerticalScrollBar | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Called when the fraction and offset of the vertical scroll area has been recalculated. This function should apply the new values to any scrollbars, and return a clamped vertical scroll value | Slate | virtual float UpdateAndClampVerticalScrollBar ( const float InViewOffset, const float InViewFraction, const [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) InVisiblityOverride ) | [] |
SMultiLineEditableText::SMultiLineEditableText | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h | Slate | SMultiLineEditableText() | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.