ITypedUMGListView::ConstructTileView

Windows
MacOS
Linux

Deprecated

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Components/ListViewBase.h

Include

#include "Components/ListViewBase.h"

Syntax

template<template< typename > class TileViewT, typename UListViewBaseT>
static TSharedRef< TileViewT< ItemType > > ConstructTileView
(
    UListViewBaseT * Implementer,
    const TArray< ItemType > & ListItems,
    EListItemAlignment TileAlignment,
    TAttribute< float > TileHeight,
    TAttribute< float > TileWidth,
    ESelectionMode::Type SelectionMode,
    bool bClearSelectionOnClick,
    bool bWrapDirectionalNavigation,
    EConsumeMouseWheel ConsumeMouseWheel,
    EOrientation Orientation
)

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