Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Text
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- STextScroller
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Text/STextScroller.h |
| Include | #include "Widgets/Text/STextScroller.h" |
Syntax
class STextScroller : public SCompoundWidget
Remarks
Utility to wrap a single-line text widget (STextBlock or SRichTextBlock) and provide support for auto-scrolling the text if it's longer than the available space.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
||
| bool | |||
| void | |||
| void | |||
| void |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| void | OnArrangeChildren
(
const FGeometry& AllottedGeometry, |
Compute the Geometry of all the children and add populate the ArrangedChildren list with their values. | |
| int32 | OnPaint
(
const FPaintArgs& Args, |
The widget should respond by populating the OutDrawElements array with FDrawElements that represent it and any of its children. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EActiveState | |||
| ETickerState |