Navigation
Unreal Engine C++ API Reference > Plugins > CommonUI
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVisual
- UWidget
- UPanelWidget
- UScrollBox
- UCommonHierarchicalScrollBox
References
Module | CommonUI |
Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonHierarchicalScrollBox.h |
Include | #include "CommonHierarchicalScrollBox.h" |
Syntax
UCLASS&40;&41;
class UCommonHierarchicalScrollBox : public UScrollBox
Remarks
An arbitrary scrollable collection of widgets. Great for presenting 10-100 widgets in a list. Doesn't support virtualization.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UCommonHierarchicalScrollBox
(
const FObjectInitializer& ObjectInitializer |
Overridden from UWidget
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TSharedRef< SWidget > | Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. |