Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/STextScroller
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/STextScroller.h |
| Include Path | #include "Widgets/Text/STextScroller.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< STextScroller >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → STextScroller::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Text/STextScroller.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Text/STextScroller.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
NamedSlotProperty< FArguments > Content() |
Slot for the text widget to be scrolled | Widgets/Text/STextScroller.h | |
WidgetArgsType & ScrollOptions
(
FTextScrollerOptions InArg |
Options to apply when scrolling the text | Widgets/Text/STextScroller.h | |
WidgetArgsType & ScrollOrientation
(
EOrientation InArg |
Orientation this text will scroll if needed | Widgets/Text/STextScroller.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments & operator[]
(
const TSharedRef< SWidget >& InChild |
Widgets/Text/STextScroller.h |