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
SInlineEditableTextBlock::ExitEditingMode
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Switches the widget to label mode.
Slate
void ExitEditingMode()
[]
SInlineEditableTextBlock::FArguments::AutoWrapMultilineEditText
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Whether the multiline text should wrap automatically when in edit mode
Slate
WidgetArgsType & AutoWrapMultilineEditText &40; const TAttribute< bool > & InAttribute &41;
[]
SInlineEditableTextBlock::FArguments::AutoWrapNonEditText
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Whether the text should wrap automatically when in non-edit mode
Slate
WidgetArgsType & AutoWrapNonEditText &40; const TAttribute< bool > & InAttribute &41;
[]
SInlineEditableTextBlock::FArguments::ColorAndOpacity
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Text color and opacity (overrides style)
Slate
WidgetArgsType & ColorAndOpacity &40; const TAttribute< FSlateColor > & InAttribute &41;
[]
SInlineEditableTextBlock::FArguments::Font
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Sets the font used to draw the text (overrides style)
Slate
WidgetArgsType & Font &40; const TAttribute< FSlateFontInfo > & InAttribute &41;
[]
SInlineEditableTextBlock::FArguments::IsReadOnly
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
True if the editable text block is read-only. It will not be able to enter edit mode if read-only
Slate
WidgetArgsType & IsReadOnly &40; const TAttribute< bool > & InAttribute &41;
[]
SInlineEditableTextBlock::FArguments::HighlightText
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Highlight this text in the text block
Slate
WidgetArgsType & HighlightText &40; const TAttribute< FText > & InAttribute &41;
[]
SInlineEditableTextBlock::FArguments::IsSelected
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Callback to check if the widget is selected, should only be hooked up if parent widget is handling selection or focus.
Slate
WidgetArgsType & IsSelected &40; const FIsSelected & InDelegate &41;
[]
SInlineEditableTextBlock::FArguments::LineBreakPolicy
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
The iterator to use to detect appropriate soft-wrapping points for lines (or null to use the default)
Slate
WidgetArgsType & LineBreakPolicy &40; TSharedPtr< IBreakIterator > InArg &41;
[]
SInlineEditableTextBlock::FArguments::Justification
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
How the text should be aligned with the margin.
Slate
WidgetArgsType & Justification &40; const TAttribute< ETextJustify::Type > & InAttribute &41;
[]
SInlineEditableTextBlock::FArguments::MultiLine
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
True if the editable text block is multi-line
Slate
WidgetArgsType & MultiLine &40; bool InArg &41;
[]
SInlineEditableTextBlock::FArguments::ModiferKeyForNewLine
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
The optional modifier key necessary to create a newline when typing into the editor.
Slate
WidgetArgsType & ModiferKeyForNewLine &40; EModifierKey::Type InArg &41;
[]
SInlineEditableTextBlock::FArguments::OnBeginTextEdit
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Callback when the text starts to be edited
Slate
WidgetArgsType & OnBeginTextEdit &40; const FOnBeginTextEdit & InDelegate &41;
[]
SInlineEditableTextBlock::FArguments::OnEnterEditingMode
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Callback when the text editing begins.
Slate
WidgetArgsType & OnEnterEditingMode &40; const FSimpleDelegate & InDelegate &41;
[]
SInlineEditableTextBlock::FArguments::OnExitEditingMode
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Callback when the text editing ends.
Slate
WidgetArgsType & OnExitEditingMode &40; const FSimpleDelegate & InDelegate &41;
[]
SInlineEditableTextBlock::FArguments::OnTextCommitted
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Callback when the text is committed.
Slate
WidgetArgsType & OnTextCommitted &40; const FOnTextCommitted & InDelegate &41;
[]
SInlineEditableTextBlock::FArguments::OnVerifyTextChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Called whenever the text is changed programmatically or interactively by the user
Slate
WidgetArgsType & OnVerifyTextChanged &40; const FOnVerifyTextChanged & InDelegate &41;
[]
SInlineEditableTextBlock::FArguments::OverflowPolicy
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Determines what happens to text that is clipped and doesn't fit within the clip rect for this widget
Slate
WidgetArgsType & OverflowPolicy &40; TOptional< ETextOverflowPolicy > InArg &41;
[]
SInlineEditableTextBlock::FArguments::ShadowColorAndOpacity
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Shadow color and opacity (overrides style)
Slate
WidgetArgsType & ShadowColorAndOpacity &40; const TAttribute< FLinearColor > & InAttribute &41;
[]
SInlineEditableTextBlock::FArguments::ShadowOffset
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Drop shadow offset in pixels (overrides style)
Slate
WidgetArgsType & ShadowOffset &40; const TAttribute< FVector2D > & InAttribute &41;
[]
SInlineEditableTextBlock::FArguments::Style
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Pointer to a style of the inline editable text block, which dictates the font, color, and shadow options.
Slate
WidgetArgsType & Style &40; const FInlineEditableTextBlockStyle &42; InArg &41;
[]
SInlineEditableTextBlock::FArguments::Text
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
The text displayed in this text block
Slate
WidgetArgsType & Text &40; const TAttribute< FText > & InAttribute &41;
[]
WidgetArgsType
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Slate
typedef FArguments WidgetArgsType
[]
SInlineEditableTextBlock::FArguments::FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Slate
FArguments&40;&41;
[]
SInlineEditableTextBlock::FArguments::WrapTextAt
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.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;
[]
FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Slate
struct FArguments : public [TSlateBaseNamedArgs< SInlineEditableTextBlock >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
[]
SInlineEditableTextBlock::OnDragOver
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Called during drag and drop when the the mouse is being dragged over a widget. A reply that indicated whether this event was handled.
Slate
virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnDragOver ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FDragDropEvent](API\Runtime\SlateCore\Input\FDragDropEvent) & DragDropEvent )
[]
SInlineEditableTextBlock::IsInEditMode
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Checks if the widget is in edit mode
Slate
bool IsInEditMode() const
[]
SInlineEditableTextBlock::OnKeyDown
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.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 )
[]
SInlineEditableTextBlock::OnMouseButtonDown
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.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 )
[]
SInlineEditableTextBlock::OnMouseButtonDoubleClick
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.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 )
[]
SInlineEditableTextBlock::OnTextBoxCommitted
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Callback when the text box is committed, switches back to label mode.
Slate
void OnTextBoxCommitted ( const [FText](API\Runtime\Core\Internationalization\FText) & InText, [ETextCommit::Type](API\Runtime\SlateCore\Types\ETextCommit__Type) InCommitType )
[]
SInlineEditableTextBlock::OnTextChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Callback for the text box's OnTextChanged event
Slate
void OnTextChanged ( const [FText](API\Runtime\Core\Internationalization\FText) & InText )
[]
SInlineEditableTextBlock::SetText
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Slate
void SetText ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > & InText )
[]
SInlineEditableTextBlock::SetReadOnly
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Slate
void SetReadOnly ( bool bInIsReadOnly )
[]
SInlineEditableTextBlock::SetText
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Slate
void SetText ( const [FString](API\Runtime\Core\Containers\FString) & InText )
[]
SInlineEditableTextBlock::SetOverflowPolicy
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Sets the overflow policy for this text block
Slate
void SetOverflowPolicy ( [TOptional](API\Runtime\Core\IO\TOptional)< ETextOverflowPolicy > InOverflowPolicy )
[]
SInlineEditableTextBlock::SupportsKeyboardFocus
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
SeeSWidget::SupportsKeyboardFocus(). This widget can gain focus if IsSelected is not bound.
Slate
virtual bool SupportsKeyboardFocus() const
[]
SInlineEditableTextBlock::~SInlineEditableTextBlock
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Slate
~SInlineEditableTextBlock()
[]
SInlineEditableTextBlock::SetWrapTextAt
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Sets the wrap text at attribute. See WrapTextAt attribute
Slate
void SetWrapTextAt ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< float > & InWrapTextAt )
[]
SInlineEditableTextBlock
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h
Slate's InlineEditableTextBlock's are double selectable to go from aSTextBlockto becomeSEditableTextBox.
Slate
class SInlineEditableTextBlock : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)
[ { "type": "uint8: 1", "name": "bIsMultiLine", "description": "Attribute to look up if the widget is multiline" }, { "type": "TAttribute< boo...", "name": "bIsReadOnly", "description": "Attribute to look up if the widget is read-only" }, { "type": "float", "name": "DoubleSelectDelay", "description": "When selection of widget is managed by another widget, this delays the \"double select\" from occurring immediately, offering a chance for double clicking to take action." }, { "type": "TSharedPtr<SHo...", "name": "HorizontalBox", "description": "Main horizontal box, used to dynamically add and remove the editable slot." }, { "type": "FIsSelected", "name": "IsSelected", "description": "Delegate to execute to check the status of if the widget is selected or not Only needs to be hooked up if an external widget is managing selection, such as aSListVieworSTreeView." }, { "type": "TSharedPtr<SMu...", "name": "MultiLineTextBox", "description": "The widget used when in editing mode" }, { "type": "FOnBeginTextEdi...", "name": "OnBeginTextEditDelegate", "description": "Delegate to execute when the text starts to be edited" }, { "type": "FSimpleDelegate", "name": "OnEnterEditingMode", "description": "" }, { "type": "FSimpleDelegate", "name": "OnExitEditingMode", "description": "" }, { "type": "FOnTextCommitte...", "name": "OnTextCommittedDelegate", "description": "Delegate to execute when editing mode text is committed." }, { "type": "FOnVerifyTextCh...", "name": "OnVerifyTextChanged", "description": "Callback to verify text when changed. Will return an error message to denote problems." }, { "type": "TAttribute<FTe...", "name": "Text", "description": "Attribute for the text to use for the widget" }, { "type": "TSharedPtr<STe...", "name": "TextBlock", "description": "The widget used when in label mode" }, { "type": "TSharedPtr<SEd...", "name": "TextBox", "description": "The widget used when in editing mode" }, { "type": "TWeakPtr<SWidg...", "name": "WidgetToFocus", "description": "Widget to focus when we finish editing" } ]
SlateEditableTextTypes::ECursorAlignment
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h
Slate
namespace SlateEditableTextTypes { enum ECursorAlignment { Left, Right, } }
[]
SMultiLineEditableText::AdvanceSearch
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Advance the current search to the next match (does nothing if not currently searching)
Slate
void AdvanceSearch ( const bool InReverse )
[]
SMultiLineEditableText::AnyTextSelected
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Query to see if any text is selected within the document
Slate
bool AnyTextSelected() const
[]
SMultiLineEditableText::BeginEditTransaction
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Called to begin an undoable editable text transaction, marked as protected for use withFScopedEditableTextTransactiononly
Slate
void BeginEditTransaction()
[]
SMultiLineEditableText::ApplyToSelection
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Apply the given style to the currently selected text (or insert a new run at the current cursor position if no text is selected)
Slate
void ApplyToSelection ( const [FRunInfo](API\Runtime\Slate\Framework\Text\FRunInfo) & InRunInfo, const [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & InStyle )
[]
SMultiLineEditableText::BeginSearch
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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 )
[]
SMultiLineEditableText::BuildContextMenuContent
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Build the context menu content to use for this widget (if any)
Slate
virtual [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > BuildContextMenuContent() const
[]
SMultiLineEditableText::CanInsertCarriageReturn
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Are we currently able to insert a carriage return? (some widgets have modifier keys that need to be pressed)
Slate
virtual bool CanInsertCarriageReturn() const
[]
SMultiLineEditableText::CacheDesiredSize
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
The system calls this method. It performs a breadth-first traversal of every visible widget and asks each widget to cache how big it needs to be in order to present all of its content.
Slate
virtual void CacheDesiredSize ( float InLayoutScaleMultiplier )
[]
SMultiLineEditableText::CanTypeCharacter
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Are we able to insert the given character into our text?
Slate
virtual bool CanTypeCharacter ( const TCHAR InChar ) const
[]
SMultiLineEditableText::ClearSelection
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Clear the active text selection
Slate
void ClearSelection()
[]
SMultiLineEditableText::ComputeDesiredSize
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Note thatComputeDesiredSize()is meant as an aide to the developer. It is NOT meant to be very robust in many cases. If your widget is simulating a bouncing ball, you should just return a reasonable size; e.g. 160x160. Let the programmer set up a reasonable rule of resizing the bouncy ball simulation. The desired size.
Slate
virtual FVector2D ComputeDesiredSize ( float LayoutScaleMultiplier ) const
[]
SMultiLineEditableText::ComputeVolatility
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Recomputes the volatility of the widget. If you have additional state you automatically want to make the widget volatile, you should sample that information here.
Slate
virtual bool ComputeVolatility() const
[]
SMultiLineEditableText::Construct
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Slate
void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Text\SMultiLineEditableText\FArguments) & InArgs )
[]
SMultiLineEditableText::DeleteSelectedText
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Delete any currently selected text
Slate
void DeleteSelectedText()
[]
SMultiLineEditableText::EndEditTransaction
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Called to end an undoable editable text transaction, marked as protected for use withFScopedEditableTextTransactiononly
Slate
void EndEditTransaction()
[]
SMultiLineEditableText::FArguments::AllowContextMenu
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Whether to prevent the context menu from being displayed
Slate
WidgetArgsType & AllowContextMenu &40; const TAttribute< bool > & InAttribute &41;
[]
SMultiLineEditableText::EnsureActiveTick
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Ensure that we will get aTick()soon (either due to having active focus, or something having changed progmatically and requiring an update) Does nothing if the active tick timer is already enabled
Slate
virtual void EnsureActiveTick()
[]
SMultiLineEditableText::FArguments::AllowMultiLine
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Whether to allow multi-line text
Slate
WidgetArgsType & AllowMultiLine &40; const TAttribute< bool > & InAttribute &41;
[]
SMultiLineEditableText::FArguments::ClearKeyboardFocusOnCommit
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Whether to clear keyboard focus when pressing enter to commit changes
Slate
WidgetArgsType & ClearKeyboardFocusOnCommit &40; const TAttribute< bool > & InAttribute &41;
[]
SMultiLineEditableText::FArguments::AutoWrapText
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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;
[]
SMultiLineEditableText::FArguments::ContextMenuExtender
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Menu extender for the right-click context menu
Slate
WidgetArgsType & ContextMenuExtender &40; const FMenuExtensionDelegate & InDelegate &41;
[]
SMultiLineEditableText::FArguments::ClearTextSelectionOnFocusLoss
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Whether to clear text selection when focus is lost
Slate
WidgetArgsType & ClearTextSelectionOnFocusLoss &40; const TAttribute< bool > & InAttribute &41;
[]
SMultiLineEditableText::FArguments::Font
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Font color and opacity (overrides Style)
Slate
WidgetArgsType & Font &40; const TAttribute< FSlateFontInfo > & InAttribute &41;
[]
SMultiLineEditableText::FArguments::HintText
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Hint text that appears when there is no text in the text box
Slate
WidgetArgsType & HintText &40; const TAttribute< FText > & InAttribute &41;
[]
SMultiLineEditableText::FArguments::CreateSlateTextLayout
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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;
[]
SMultiLineEditableText::FArguments::HScrollBar
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
The horizontal scroll bar widget
Slate
WidgetArgsType & HScrollBar &40; TSharedPtr< SScrollBar > InArg &41;
[]
SMultiLineEditableText::FArguments::Justification
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
How the text should be aligned with the margin.
Slate
WidgetArgsType & Justification &40; const TAttribute< ETextJustify::Type > & InAttribute &41;
[]
SMultiLineEditableText::FArguments::IsReadOnly
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Sets whether this text box can actually be modified interactively by the user
Slate
WidgetArgsType & IsReadOnly &40; const TAttribute< bool > & InAttribute &41;
[]
SMultiLineEditableText::FArguments::Margin
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
The amount of blank space left around the edges of text area.
Slate
WidgetArgsType & Margin &40; const TAttribute< FMargin > & InAttribute &41;
[]
SMultiLineEditableText::FArguments::LineHeightPercentage
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
The amount to scale each lines height by.
Slate
WidgetArgsType & LineHeightPercentage &40; const TAttribute< float > & InAttribute &41;
[]
SMultiLineEditableText::FArguments::OnContextMenuOpening
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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;
[]
SMultiLineEditableText::FArguments::Marshaller
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
The marshaller used to get/set the raw text to/from the text layout.
Slate
WidgetArgsType & Marshaller &40; TSharedPtr< ITextLayoutMarshaller > InArg &41;
[]
SMultiLineEditableText::FArguments::ModiferKeyForNewLine
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
The optional modifier key necessary to create a newline when typing into the editor.
Slate
WidgetArgsType & ModiferKeyForNewLine &40; EModifierKey::Type InArg &41;
[]
SMultiLineEditableText::FArguments::OnCursorMoved
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Called when the cursor is moved within the text area
Slate
WidgetArgsType & OnCursorMoved &40; const FOnCursorMoved & InDelegate &41;
[]
SMultiLineEditableText::FArguments::OnHScrollBarUserScrolled
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Called whenever the horizontal scrollbar is moved by the user
Slate
WidgetArgsType & OnHScrollBarUserScrolled &40; const FOnUserScrolled & InDelegate &41;
[]
SMultiLineEditableText::FArguments::OnIsTypedCharValid
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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;
[]
SMultiLineEditableText::FArguments::OnKeyCharHandler
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Callback delegate to have first chance handling of the OnKeyChar event
Slate
WidgetArgsType & OnKeyCharHandler &40; const FOnKeyChar & InDelegate &41;
[]
SMultiLineEditableText::FArguments::OnKeyDownHandler
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Callback delegate to have first chance handling of the OnKeyDown event
Slate
WidgetArgsType & OnKeyDownHandler &40; const FOnKeyDown & InDelegate &41;
[]
SMultiLineEditableText::FArguments::OnVScrollBarUserScrolled
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Called whenever the vertical scrollbar is moved by the user
Slate
WidgetArgsType & OnVScrollBarUserScrolled &40; const FOnUserScrolled & InDelegate &41;
[]
SMultiLineEditableText::FArguments::OnTextCommitted
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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;
[]
SMultiLineEditableText::FArguments::OverflowPolicy
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Determines what happens to text that is clipped and doesnt fit within the clip rect for this widget
Slate
WidgetArgsType & OverflowPolicy &40; TOptional< ETextOverflowPolicy > InArg &41;
[]
SMultiLineEditableText::FArguments::OnTextChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Called whenever the text is changed programmatically or interactively by the user
Slate
WidgetArgsType & OnTextChanged &40; const FOnTextChanged & InDelegate &41;
[]
SMultiLineEditableText::FArguments::SearchText
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Text to search for (a new search is triggered whenever this text changes)
Slate
WidgetArgsType & SearchText &40; const TAttribute< FText > & InAttribute &41;
[]
SMultiLineEditableText::FArguments::SelectAllTextWhenFocused
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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;
[]
SMultiLineEditableText::FArguments::SelectWordOnMouseDoubleClick
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Whether to select word on mouse double click on the widget
Slate
WidgetArgsType & SelectWordOnMouseDoubleClick &40; const TAttribute< bool > & InAttribute &41;
[]
SMultiLineEditableText::FArguments::Text
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
The initial text that will appear in the widget.
Slate
WidgetArgsType & Text &40; const TAttribute< FText > & InAttribute &41;
[]
SMultiLineEditableText::FArguments::TextFlowDirection
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Which text flow direction should we use? (unset to use the default returned by GetDefaultTextFlowDirection)
Slate
WidgetArgsType & TextFlowDirection &40; TOptional< ETextFlowDirection > InArg &41;
[]
SMultiLineEditableText::FArguments::TextShapingMethod
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Which text shaping method should we use? (unset to use the default returned by GetDefaultTextShapingMethod)
Slate
WidgetArgsType & TextShapingMethod &40; TOptional< ETextShapingMethod > InArg &41;
[]
SMultiLineEditableText::FArguments::TextStyle
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Pointer to a style of the text block, which dictates the font, color, and shadow options.
Slate
WidgetArgsType & TextStyle &40; const FTextBlockStyle &42; InArg &41;
[]
SMultiLineEditableText::FArguments::RevertTextOnEscape
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.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;
[]
SMultiLineEditableText::FArguments::VirtualKeyboardDismissAction
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
The message action to take when the virtual keyboard is dismissed by the user
Slate
WidgetArgsType & VirtualKeyboardDismissAction &40; const TAttribute< EVirtualKeyboardDismissAction > & InAttribute &41;
[]
SMultiLineEditableText::FArguments::VirtualKeyboardOptions
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Additional options for the virtual keyboard used by this widget
Slate
WidgetArgsType & VirtualKeyboardOptions &40; FVirtualKeyboardOptions InArg &41;
[]
SMultiLineEditableText::FArguments::VirtualKeyboardTrigger
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
The type of event that will trigger the display of the virtual keyboard
Slate
WidgetArgsType & VirtualKeyboardTrigger &40; const TAttribute< EVirtualKeyboardTrigger > & InAttribute &41;
[]
SMultiLineEditableText::FArguments::VScrollBar
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
The vertical scroll bar widget
Slate
WidgetArgsType & VScrollBar &40; TSharedPtr< SScrollBar > InArg &41;
[]
WidgetArgsType
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Slate
typedef FArguments WidgetArgsType
[]
SMultiLineEditableText::FArguments::WrappingPolicy
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
The wrapping policy to use
Slate
WidgetArgsType & WrappingPolicy &40; const TAttribute< ETextWrappingPolicy > & InAttribute &41;
[]
SMultiLineEditableText::FArguments::FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Slate
FArguments&40;&41;
[]
FOnCursorMoved
/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h
Called when the cursor is moved within the text area
Slate
typedef TBaseDelegate_OneParam< void, const [FTextLocation](API\Runtime\Slate\Framework\Text\FTextLocation) & > FOnCursorMoved
[]