UCommonHierarchicalScrollBox

An arbitrary scrollable collection of widgets.

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonHierarchicalScrollBox.h

Include

#include "CommonHierarchicalScrollBox.h"

Syntax

UCLASS()
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

Name Description

Public function

UCommonHierarchicalScrollBox

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UWidget

Name Description

Protected function Virtual

TSharedRef< ...

 

RebuildWidget()

Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed.