STableViewBase::ConstructChildren

Create the child widgets that comprise the list

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h

Include

#include "Widgets/Views/STableViewBase.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Views/STableViewBase.cpp

Syntax

void ConstructChildren
(
    const TAttribute< float > & InItemWidth,
    const TAttribute< float > & InItemHeight,
    const TAttribute< EListItemAlignment > & InItemAlignment,
    const TSharedPtr< SHeaderRow > & InHeaderRow,
    const TSharedPtr< SScrollBar > & InScrollBar,
    EOrientation InScrollOrientation,
    const FOnTableViewScrolled & InOnTableViewScrolled
)

Remarks

Create the child widgets that comprise the list

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