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
|
---|---|---|---|---|---|
FSlateEditableTextLayout::SelectWordAt | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Select the word under the given position (the position is local to the text layout space) | Slate | void SelectWordAt ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InLocalPosition ) | [] |
FSlateEditableTextLayout::SetAutoWrapText | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Set whether to wrap text automatically based on the widget's computed horizontal space | Slate | void SetAutoWrapText ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > & InAutoWrapText ) | [] |
FSlateEditableTextLayout::SetCompositionBrush | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Set the brush to use when drawing the composition highlight | Slate | void SetCompositionBrush ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * > & InCompositionBrush ) | [] |
FSlateEditableTextLayout::SetCursorBrush | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Set the brush to use when drawing the cursor | Slate | void SetCursorBrush ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * > & InCursorBrush ) | [] |
FSlateEditableTextLayout::SetDebugSourceInfo | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Set the information used to help identify who owns this text layout in the case of an error | Slate | void SetDebugSourceInfo ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FString](API\Runtime\Core\Containers\FString) > & InDebugSourceInfo ) | [] |
FSlateEditableTextLayout::SetEditableText | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Sets the current editable text for this text block Note: Doesn't update the value of BoundText, nor does it call OnTextChanged
true if the text was updated, false if the text wasn't update (because it was already up-to-date) | Slate | bool SetEditableText ( const [FText](API\Runtime\Core\Internationalization\FText) & TextToSet, const bool bForce ) | [] |
FSlateEditableTextLayout::SetHorizontalScrollFraction | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Update the horizontal scroll amount from the given fraction | Slate | [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) SetHorizontalScrollFraction ( const float InScrollOffsetFraction ) | [] |
FSlateEditableTextLayout::SetHintText | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Slate | void SetHintText ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > & InHintText ) | [] |
|
FSlateEditableTextLayout::SetJustification | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Set how the text should be aligned with the margin | Slate | void SetJustification ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [ETextJustify::Type](API\Runtime\Slate\Framework\Text\ETextJustify__Type) > & InJustification ) | [] |
FSlateEditableTextLayout::SetOverflowPolicy | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Set the text overflow policy that should be used to determine what happens to clipped text | Slate | void SetOverflowPolicy ( [TOptional](API\Runtime\Core\IO\TOptional)< ETextOverflowPolicy > InOverflowPolicy ) | [] |
FSlateEditableTextLayout::SetLineHeightPercentage | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Set the amount to scale each lines height by | Slate | void SetLineHeightPercentage ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< float > & InLineHeightPercentage ) | [] |
FSlateEditableTextLayout::SetMargin | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Set the amount of blank space left around the edges of text area | Slate | void SetMargin ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FMargin](API\Runtime\SlateCore\Layout\FMargin) > & InMargin ) | [] |
FSlateEditableTextLayout::SetScrollOffset | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Set the absolute scroll offset value | Slate | [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) SetScrollOffset ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InScrollOffset, const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & InGeometry ) | [] |
FSlateEditableTextLayout::SetText | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Slate | void SetText ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > & InText ) | [] |
|
FSlateEditableTextLayout::SetSearchText | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Slate | void SetSearchText ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > & InSearchText ) | [] |
|
FSlateEditableTextLayout::SetTextFlowDirection | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Set the text flow direction that the internal text layout should use | Slate | void SetTextFlowDirection ( const [TOptional](API\Runtime\Core\IO\TOptional)< ETextFlowDirection > & InTextFlowDirection ) | [] |
FSlateEditableTextLayout::SetTextShapingMethod | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Set the text shaping method that the internal text layout should use | Slate | void SetTextShapingMethod ( const [TOptional](API\Runtime\Core\IO\TOptional)< ETextShapingMethod > & InTextShapingMethod ) | [] |
FSlateEditableTextLayout::SetTextStyle | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Slate | void SetTextStyle ( const [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & InTextStyle ) | [] |
|
FSlateEditableTextLayout::SetTextWrapping | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Set the wrapping to use for this document | Slate | void SetTextWrapping ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< float > & InWrapTextAt, const [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > & InAutoWrapText, const [TAttribute](API\Runtime\Core\Misc\TAttribute)< ETextWrappingPolicy > & InWrappingPolicy ) | [] |
FSlateEditableTextLayout::SetVerticalScrollFraction | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Update the vertical scroll amount from the given fraction | Slate | [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) SetVerticalScrollFraction ( const float InScrollOffsetFraction ) | [] |
FSlateEditableTextLayout::SetWrappingPolicy | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Set the wrapping policy to use | Slate | void SetWrappingPolicy ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< ETextWrappingPolicy > & InWrappingPolicy ) | [] |
FSlateEditableTextLayout::Tick | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Slate | void Tick ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry, const double InCurrentTime, const float InDeltaTime ) | [] |
|
FSlateEditableTextLayout::SetWrapTextAt | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Set 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 | void SetWrapTextAt ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< float > & InWrapTextAt ) | [] |
FSlateEditableTextLayout::TranslatedLocation | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Given a location and a Direction to offset, return a new location. | Slate | [FTextLocation](API\Runtime\Slate\Framework\Text\FTextLocation) TranslatedLocation ( const [FTextLocation](API\Runtime\Slate\Framework\Text\FTextLocation) & CurrentLocation, int8 Direction ) const | [] |
FSlateEditableTextLayout::Undo | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Execute an undo action | Slate | void Undo() | [] |
FSlateEditableTextLayout::UpdateCursorHighlight | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Update the active cursor highlight based on the state of the text layout | Slate | void UpdateCursorHighlight() | [] |
FSlateEditableTextLayout::UpdatePreferredCursorScreenOffsetInLine | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Update the preferred offset of the cursor, based on the current state of the text layout | Slate | void UpdatePreferredCursorScreenOffsetInLine() | [] |
FSlateEditableTextLayout::TranslateLocationVertical | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Given a location and a Direction to offset, return a new location. | Slate | void TranslateLocationVertical ( const [FTextLocation](API\Runtime\Slate\Framework\Text\FTextLocation) & Location, int32 NumLinesToMove, float GeometryScale, [FTextLocation](API\Runtime\Slate\Framework\Text\FTextLocation) & OutCursorPosition, [TOptional](API\Runtime\Core\IO\TOptional)< [SlateEditableTextTypes::ECursorAlignment](API\Runtime\Slate\Widgets\Text\SlateEditableTextTypes__ECursorA-) > & OutCursorAlignment ) const | [] |
FSlateEditableTextLayout::FSlateEditableTextLayout | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Slate | FSlateEditableTextLayout ( [ISlateEditableTextWidget](API\Runtime\Slate\Widgets\Text\ISlateEditableTextWidget) & InOwnerWidget, const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > & InInitialText, [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) InTextStyle, const [TOptional](API\Runtime\Core\IO\TOptional)< ETextShapingMethod > InTextShapingMethod, const [TOptional](API\Runtime\Core\IO\TOptional)< ETextFlowDirection > InTextFlowDirection, const FCreateSlateTextLayout & InCreateSlateTextLayout, [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [ITextLayoutMarshaller](API\Runtime\Slate\Framework\Text\ITextLayoutMarshaller) > InTextMarshaller, [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [ITextLayoutMarshaller](API\Runtime\Slate\Framework\Text\ITextLayoutMarshaller) > InHintTextMarshaller ) | [] |
|
FSlateEditableTextLayout | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Class to handle the cached layout of SEditableText/SMultiLineEditableText by proxying around aFTextLayout | Slate | class FSlateEditableTextLayout | [] |
FSlateEditableTextLayout::~FSlateEditableTextLayout | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h | Slate | ~FSlateEditableTextLayout() | [] |
|
FSlateTextBlockLayout::ComputeDesiredSize | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h | Get the computed desired size for this layout, updating the internal cache as required | Slate | FVector2D ComputeDesiredSize ( const [FWidgetDesiredSizeArgs](API\Runtime\Slate\Widgets\Text\FSlateTextBlockLayout\FWidgetDesiredSizeArgs) & InWidgetArgs, const float InScale ) | [] |
FSlateTextBlockLayout::ArrangeChildren | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h | Arrange any child widgets in this layout | Slate | void ArrangeChildren ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry, [FArrangedChildren](API\Runtime\SlateCore\Layout\FArrangedChildren) & ArrangedChildren ) const | [] |
FSlateTextBlockLayout::ComputeDesiredSize | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h | Get the computed desired size for this layout, updating the internal cache as required | Slate | FVector2D ComputeDesiredSize ( const [FWidgetDesiredSizeArgs](API\Runtime\Slate\Widgets\Text\FSlateTextBlockLayout\FWidgetDesiredSizeArgs) & InWidgetArgs, const float InScale, const [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & InTextStyle ) | [] |
FSlateTextBlockLayout::ComputeDesiredSize | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h | Get the computed desired size for this layout, updating the internal cache as required | Slate | PRAGMA_DISABLE_DEPRECATION_WARNINGSFVector2D ComputeDesiredSize ( const [FWidgetArgs](API\Runtime\Slate\Widgets\Text\FSlateTextBlockLayout\FWidgetArgs) & InWidgetArgs, const float InScale, const [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & InTextStyle ) | [] |
FSlateTextBlockLayout::ConditionallyUpdateTextStyle | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h | Conditionally update the text style if needed | Slate | void ConditionallyUpdateTextStyle ( const [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & InTextStyle ) | [] |
FSlateTextBlockLayout::DirtyContent | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h | Force dirty the content due to an external change that can't be picked up automatically by this cache. Also force dirties the layout. Will cause the contained text to be re-parsed by the marshaller next frame. | Slate | void DirtyContent() | [] |
FSlateTextBlockLayout::ConditionallyUpdateTextStyle | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h | Conditionally update the text style if needed | Slate | void ConditionallyUpdateTextStyle ( const [FTextBlockStyle::CompareParams](API\Runtime\SlateCore\Styling\FTextBlockStyle\CompareParams) & InNewStyleParams ) | [] |
FSlateTextBlockLayout::DirtyLayout | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h | Force dirty the layout due to an external change that can't be picked up automatically by this cache | Slate | void DirtyLayout() | [] |
FSlateTextBlockLayout::FWidgetArgs::FWidgetArgs | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h | Slate | FWidgetArgs &40; const TAttribute< FText > & InText, const TAttribute< FText > & InHighlightText, const TAttribute< float > & InWrapTextAt, const TAttribute< bool > & InAutoWrapText, const TAttribute< ETextWrappingPolicy > & InWrappingPolicy, const TAttribute< ETextTransformPolicy > & InTransformPolicy, const TAttribute< FMargin > & InMargin, const TAttribute< float > & InLineHeightPercentage, const TAttribute< ETextJustify::Type > & InJustification &41; | [] |
|
FWidgetArgs | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h | Slate | struct FWidgetArgs | [
{
"type": "constTAttribut...",
"name": "AutoWrapText",
"description": ""
},
{
"type": "constTAttribut...",
"name": "HighlightText",
"description": ""
},
{
"type": "constTAttribut...",
"name": "Justification",
"description": ""
},
{
"type": "constTAttribut...",
"name": "LineHeightPercentage",
"description": ""
},
{
"type": "constTAttribut...",
"name": "Margin",
"description": ""
},
{
"type": "constTAttribut...",
"name": "Text",
"description": ""
},
{
"type": "constTAttribut...",
"name": "TransformPolicy",
"description": ""
},
{
"type": "constTAttribut...",
"name": "WrappingPolicy",
"description": ""
},
{
"type": "constTAttribut...",
"name": "WrapTextAt",
"description": ""
}
] |
|
FWidgetDesiredSizeArgs | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h | Slate | struct FWidgetDesiredSizeArgs | [
{
"type": "const bool",
"name": "AutoWrapText",
"description": ""
},
{
"type": "constFText",
"name": "HighlightText",
"description": ""
},
{
"type": "constETextJust...",
"name": "Justification",
"description": ""
},
{
"type": "const float",
"name": "LineHeightPercentage",
"description": ""
},
{
"type": "constFMargin",
"name": "Margin",
"description": ""
},
{
"type": "constFText",
"name": "Text",
"description": ""
},
{
"type": "const ETextTran...",
"name": "TransformPolicy",
"description": ""
},
{
"type": "const ETextWrap...",
"name": "WrappingPolicy",
"description": ""
},
{
"type": "const float",
"name": "WrapTextAt",
"description": ""
}
] |
|
FSlateTextBlockLayout::FWidgetDesiredSizeArgs::FWidgetDesiredSizeArgs | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h | Slate | FWidgetDesiredSizeArgs &40; const FText & InText, const FText & InHighlightText, const float InWrapTextAt, const bool InAutoWrapText, const ETextWrappingPolicy InWrappingPolicy, const ETextTransformPolicy InTransformPolicy, const FMargin & InMargin, const float InLineHeightPercentage, const ETextJustify::Type InJustification &41; | [] |
|
FSlateTextBlockLayout::GetLayoutScale | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h | Get the TextLayout scale. | Slate | float GetLayoutScale() const | [] |
FSlateTextBlockLayout::GetDesiredSize | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h | Gets the last computed desired size. | Slate | FVector2D GetDesiredSize() const | [] |
FSlateTextBlockLayout::GetChildren | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h | Get the child widgets of this layout | Slate | [FChildren](API\Runtime\SlateCore\Layout\FChildren) * GetChildren() | [] |
FSlateTextBlockLayout::OnPaint | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h | Paint this layout, updating the internal cache as required | Slate | int32 OnPaint ( const [FPaintArgs](API\Runtime\SlateCore\Types\FPaintArgs) & InPaintArgs, const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & InAllottedGeometry, const [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) & InClippingRect, [FSlateWindowElementList](API\Runtime\SlateCore\Rendering\FSlateWindowElementList) & OutDrawElements, int32 LayerId, const [FWidgetStyle](API\Runtime\SlateCore\Styling\FWidgetStyle) & InWidgetStyle, bool bParentEnabled ) | [] |
FSlateTextBlockLayout::OverrideTextStyle | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h | Override the text style used and immediately update the text layout (if required). This can be used to override the text style after calling ComputeDesiredSize (eg, if you can only compute your text style in OnPaint) Please note that changing the size or font used by the text may causing clipping issues until the next call to ComputeDesiredSize | Slate | void OverrideTextStyle ( const [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & InTextStyle ) | [] |
FSlateTextBlockLayout::SetDebugSourceInfo | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h | Set the information used to help identify who owns this text layout in the case of an error | Slate | void SetDebugSourceInfo ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FString](API\Runtime\Core\Containers\FString) > & InDebugSourceInfo ) | [] |
FSlateTextBlockLayout::SetTextFlowDirection | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h | Set the text flow direction that the internal text layout should use | Slate | void SetTextFlowDirection ( const [TOptional](API\Runtime\Core\IO\TOptional)< ETextFlowDirection > & InTextFlowDirection ) | [] |
FSlateTextBlockLayout::SetTextOverflowPolicy | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h | Set the text overflow policy that the internal text layout should use | Slate | void SetTextOverflowPolicy ( const [TOptional](API\Runtime\Core\IO\TOptional)< ETextOverflowPolicy > InTextOverflowPolicy ) | [] |
FSlateTextBlockLayout::SetTextShapingMethod | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h | Set the text shaping method that the internal text layout should use | Slate | void SetTextShapingMethod ( const [TOptional](API\Runtime\Core\IO\TOptional)< ETextShapingMethod > & InTextShapingMethod ) | [] |
FSlateTextBlockLayout::FSlateTextBlockLayout | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h | Constructor | Slate | FSlateTextBlockLayout ( [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * InOwner, [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) InDefaultTextStyle, const [TOptional](API\Runtime\Core\IO\TOptional)< ETextShapingMethod > InTextShapingMethod, const [TOptional](API\Runtime\Core\IO\TOptional)< ETextFlowDirection > InTextFlowDirection, const FCreateSlateTextLayout & InCreateSlateTextLayout, [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [ITextLayoutMarshaller](API\Runtime\Slate\Framework\Text\ITextLayoutMarshaller) > InMarshaller, [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IBreakIterator](API\Runtime\Core\Internationalization\IBreakIterator) > InLineBreakPolicy ) | [] |
FSlateTextBlockLayout | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h | Class to handle the cached layout of STextBlock/SRichTextBlock by proxying around aFTextLayout | Slate | class FSlateTextBlockLayout | [] |
FTextCompositionHighlighter::OnPaint | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h | Slate | virtual int32 OnPaint ( const [FPaintArgs](API\Runtime\SlateCore\Types\FPaintArgs) & Args, const [FTextLayout::FLineView](API\Runtime\Slate\Framework\Text\FTextLayout\FLineView) & Line, const float OffsetX, const float Width, const [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & DefaultStyle, 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 | [] |
|
FTextCompositionHighlighter::Create | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h | Slate | static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FTextCompositionHighlighter](API\Runtime\Slate\Widgets\Text\FTextCompositionHighlighter) > Create() | [] |
|
FTextCompositionHighlighter::FTextCompositionHighlighter | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h | Slate | FTextCompositionHighlighter() | [] |
|
FTextCompositionHighlighter::SetCompositionBrush | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h | Slate | void SetCompositionBrush ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * > & InCompositionBrush ) | [] |
|
FTextCompositionHighlighter | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h | Run highlighter used to draw the composition range | Slate | class FTextCompositionHighlighter : public [ISlateLineHighlighter](API\Runtime\Slate\Framework\Text\ISlateLineHighlighter) | [
{
"type": "TAttribute< con...",
"name": "CompositionBrush",
"description": "Brush used to draw the composition highlight"
}
] |
FTextSearchHighlighter::Create | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h | Slate | static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FTextSearchHighlighter](API\Runtime\Slate\Widgets\Text\FTextSearchHighlighter) > Create() | [] |
|
FTextSearchHighlighter::OnPaint | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h | Slate | virtual int32 OnPaint ( const [FPaintArgs](API\Runtime\SlateCore\Types\FPaintArgs) & Args, const [FTextLayout::FLineView](API\Runtime\Slate\Framework\Text\FTextLayout\FLineView) & Line, const float OffsetX, const float Width, const [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & DefaultStyle, 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 | [] |
|
FTextSearchHighlighter::SetHasKeyboardFocus | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h | Slate | void SetHasKeyboardFocus ( const bool bInHasKeyboardFocus ) | [] |
|
FTextSearchHighlighter::FTextSearchHighlighter | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h | Slate | FTextSearchHighlighter() | [] |
|
FTextSearchHighlighter | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h | Run highlighter used to draw search ranges | Slate | class FTextSearchHighlighter : public [ISlateLineHighlighter](API\Runtime\Slate\Framework\Text\ISlateLineHighlighter) | [
{
"type": "bool",
"name": "bHasKeyboardFocus",
"description": "True if the parent widget has keyboard focus, false otherwise"
}
] |
FTextSelectionHighlighter::Create | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h | Slate | static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FTextSelectionHighlighter](API\Runtime\Slate\Widgets\Text\FTextSelectionHighlighter) > Create() | [] |
|
FTextScrollerOptions | /Engine/Source/Runtime/Slate/Public/Widgets/Text/STextScroller.h | Slate | struct FTextScrollerOptions | [
{
"type": "float",
"name": "EndDelay",
"description": "Delay (in seconds) to pause after scrolling the text"
},
{
"type": "float",
"name": "FadeInDelay",
"description": "Duration (in seconds) to fade in before scrolling the text"
},
{
"type": "float",
"name": "FadeOutDelay",
"description": "Duration (in seconds) to fade out after scrolling the text"
},
{
"type": "float",
"name": "Speed",
"description": "Speed (in Slate units) to scroll per-second"
},
{
"type": "float",
"name": "StartDelay",
"description": "Delay (in seconds) to pause before scrolling the text"
}
] |
|
FTextSelectionHighlighter::SetHasKeyboardFocus | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h | Slate | void SetHasKeyboardFocus ( const bool bInHasKeyboardFocus ) | [] |
|
FTextSelectionHighlighter::FTextSelectionHighlighter | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h | Slate | FTextSelectionHighlighter() | [] |
|
FTextSelectionHighlighter::OnPaint | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h | Slate | virtual int32 OnPaint ( const [FPaintArgs](API\Runtime\SlateCore\Types\FPaintArgs) & Args, const [FTextLayout::FLineView](API\Runtime\Slate\Framework\Text\FTextLayout\FLineView) & Line, const float OffsetX, const float Width, const [FTextBlockStyle](API\Runtime\SlateCore\Styling\FTextBlockStyle) & DefaultStyle, 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 | [] |
|
FTextSelectionHighlighter | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h | Run highlighter used to draw selection ranges | Slate | class FTextSelectionHighlighter : public [ISlateLineHighlighter](API\Runtime\Slate\Framework\Text\ISlateLineHighlighter) | [
{
"type": "bool",
"name": "bHasKeyboardFocus",
"description": "True if the parent widget has keyboard focus, false otherwise"
}
] |
FUndoState | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h | Stores a single undo level for editable text | Slate | struct FUndoState | [
{
"type": "FCursorInfo",
"name": "CursorInfo",
"description": "Cursor data"
},
{
"type": "TOptional<FTex...",
"name": "SelectionStart",
"description": "Selection state"
},
{
"type": "FText",
"name": "Text",
"description": "Text"
}
] |
ISlateEditableTextWidget::BuildContextMenuContent | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Build the context menu content to use for this widget (if any) | Slate | [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > BuildContextMenuContent() const | [] |
ISlateEditableTextWidget::CanInsertCarriageReturn | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Are we currently able to insert a carriage return? (some widgets have modifier keys that need to be pressed) | Slate | bool CanInsertCarriageReturn() const | [] |
ISlateEditableTextWidget::CanTypeCharacter | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Are we able to insert the given character into our text? | Slate | bool CanTypeCharacter ( const TCHAR InChar ) const | [] |
ISlateEditableTextWidget::GetSlateWidget | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Get the Slate widget this interface is representing (may not be called during destruction) | Slate | [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetSlateWidget() | [] |
ISlateEditableTextWidget::EnsureActiveTick | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Ensure that we will get a Tick() 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 | void EnsureActiveTick() | [] |
ISlateEditableTextWidget::GetSlateWidgetPtr | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Get the Slate widget this interface is representing (may be null during destruction) | Slate | [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetSlateWidgetPtr() | [] |
ISlateEditableTextWidget::GetVirtualKeyboardDismissAction | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Get the message action to take when the virtual keyboard is dismissed by the user | Slate | EVirtualKeyboardDismissAction GetVirtualKeyboardDismissAction() const | [] |
ISlateEditableTextWidget::GetVirtualKeyboardOptions | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Get the options for the virtual keyboard used for this widget | Slate | [FVirtualKeyboardOptions](API\Runtime\Slate\Widgets\Input\FVirtualKeyboardOptions) GetVirtualKeyboardOptions() const | [] |
ISlateEditableTextWidget::GetVirtualKeyboardTrigger | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Get the type of event that will trigger the display of the virtual keyboard | Slate | EVirtualKeyboardTrigger GetVirtualKeyboardTrigger() const | [] |
ISlateEditableTextWidget::GetVirtualKeyboardType | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Get the type of virtual keyboard to use for this widget | Slate | EKeyboardType GetVirtualKeyboardType() const | [] |
ISlateEditableTextWidget::IsMultiLineTextEdit | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Is the text edit multi-line aware? | Slate | bool IsMultiLineTextEdit() const | [] |
ISlateEditableTextWidget::IsTextPassword | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Is the text displaying a password and should be obscured? | Slate | bool IsTextPassword() const | [] |
ISlateEditableTextWidget::IsTextReadOnly | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Is the text currently read-only? | Slate | bool IsTextReadOnly() const | [] |
ISlateEditableTextWidget::OnCursorMoved | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Called when the cursor is moved within the text area | Slate | void OnCursorMoved ( const [FTextLocation](API\Runtime\Slate\Framework\Text\FTextLocation) & InLocation ) | [] |
ISlateEditableTextWidget::OnTextChanged | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Called when the text has been changed by an edit operation | Slate | void OnTextChanged ( const [FText](API\Runtime\Core\Internationalization\FText) & InText ) | [] |
ISlateEditableTextWidget::OnTextCommitted | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Called when the text control has committed its current edit changes | Slate | void OnTextCommitted ( const [FText](API\Runtime\Core\Internationalization\FText) & InText, const [ETextCommit::Type](API\Runtime\SlateCore\Types\ETextCommit__Type) InTextAction ) | [] |
ISlateEditableTextWidget::ShouldClearKeyboardFocusOnCommit | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Should we clear the keyboard focus when the user commits text to this widget? | Slate | bool ShouldClearKeyboardFocusOnCommit() const | [] |
ISlateEditableTextWidget::ShouldClearTextSelectionOnFocusLoss | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Should the text clear its selection the widget loses focus? | Slate | bool ShouldClearTextSelectionOnFocusLoss() const | [] |
ISlateEditableTextWidget::ShouldJumpCursorToEndWhenFocused | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Should the cursor be jumped to the end of the document when the widget gains focus? | Slate | bool ShouldJumpCursorToEndWhenFocused() const | [] |
ISlateEditableTextWidget::ShouldRevertTextOnEscape | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Should we revert the text back to its original state when the user presses escape? | Slate | bool ShouldRevertTextOnEscape() const | [] |
ISlateEditableTextWidget::ShouldSelectAllTextOnCommit | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Should we select all text when the user commits text to this widget? | Slate | bool ShouldSelectAllTextOnCommit() const | [] |
ISlateEditableTextWidget::ShouldSelectAllTextWhenFocused | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Should the text be selected when the widget gains focus? | Slate | bool ShouldSelectAllTextWhenFocused() const | [] |
ISlateEditableTextWidget::ShouldSelectWordOnMouseDoubleClick | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Should we select word on mouse double click? | Slate | bool ShouldSelectWordOnMouseDoubleClick() const | [] |
ISlateEditableTextWidget::UpdateAndClampHorizontalScrollBar | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.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 | float UpdateAndClampHorizontalScrollBar ( const float InViewOffset, const float InViewFraction, const [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) InVisiblityOverride ) | [] |
ISlateEditableTextWidget::UpdateAndClampVerticalScrollBar | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.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 | float UpdateAndClampVerticalScrollBar ( const float InViewOffset, const float InViewFraction, const [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) InVisiblityOverride ) | [] |
ISlateEditableTextWidget | /Engine/Source/Runtime/Slate/Public/Widgets/Text/ISlateEditableTextWidget.h | Interface to allowFSlateEditableTextLayoutto notify its parent SEditableText/SMultiLineEditableText of changes, as well as query some widget specific state | Slate | class ISlateEditableTextWidget | [] |
SInlineEditableTextBlock::CancelEditMode | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h | Cancels the edit mode and switches back to label mode | Slate | void CancelEditMode() | [] |
SInlineEditableTextBlock::Construct | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h | Construct this widget. Called by the SNew()Slate macro. | Slate | void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Text\SInlineEditableTextBlock\FArguments) & InArgs ) | [] |
SInlineEditableTextBlock::EnterEditingMode | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h | Switches the widget to editing mode | Slate | void EnterEditingMode() | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.