Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate
| Name | SConcertScrollBox |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/SConcertScrollBox.h |
| Include Path | #include "SConcertScrollBox.h" |
Syntax
class SConcertScrollBox : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SConcertScrollBox
- FSlateControlledConstruction → SWidget → SCompoundWidget → SConcertScrollBox
Classes
| Name | Remarks |
|---|---|
| FSlot |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsLocked | bool | Whether the scrollbar is locked to the bottom. | SConcertScrollBox.h | |
| bPreventLock | bool | Whether locking should be prevented. | SConcertScrollBox.h | |
| ScrollBar | TSharedPtr< SScrollBar > | Holds the ScrollBar. | SConcertScrollBox.h | |
| ScrollBox | TSharedPtr< SScrollBox > | Holds the inner ScrollBox. | SConcertScrollBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Construct a custom ScrollBox that automatically scrolls to the bottom if the user is not currently scrolling. | SConcertScrollBox.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Tick
(
const FGeometry& AllottedGeometry, |
SWidget interface. | SConcertScrollBox.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FSlot::FSlotArguments Slot() |
End of SWidget interface. | SConcertScrollBox.h |