Navigation
API > API/Runtime > API/Runtime/Slate
| Name | UScrollBarWidgetStyle |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Styling/ScrollBarWidgetStyle.h |
| Include Path | #include "Framework/Styling/ScrollBarWidgetStyle.h" |
Syntax
UCLASS (HideCategories=Object, MinimalAPI)
class UScrollBarWidgetStyle : public USlateWidgetStyleContainerBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USlateWidgetStyleContainerBase → UScrollBarWidgetStyle
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ScrollBarStyle | FScrollBarStyle | The actual data describing the scrollbox's appearance. | Framework/Styling/ScrollBarWidgetStyle.h |
|
Functions
Public
Overridden from ISlateWidgetStyleContainerInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FSlateWidgetStyle *const GetStyle() |
Framework/Styling/ScrollBarWidgetStyle.h |