Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonHierarchicalScrollBox.h |
Include |
#include "CommonHierarchicalScrollBox.h" |
UCLASS()
class UCommonHierarchicalScrollBox : public UScrollBox
An arbitrary scrollable collection of widgets. Great for presenting 10-100 widgets in a list. Doesn't support virtualization.
Name | Description | |
---|---|---|
|
UCommonHierarchicalScrollBox ( |
Name | Description | ||
---|---|---|---|
|
TSharedRef< ... |
RebuildWidget() |
Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. |