UCommonHierarchicalScrollBox

An arbitrary scrollable collection of widgets.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

CommonUI

Header

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

Include

#include "CommonHierarchicalScrollBox.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss