FListViewConstructArgs

ListView construction helpers Use these instead of SNew-ing your owned ListView directly to get exposed events for free

Windows
MacOS
Linux

Inheritance Hierarchy

ITypedUMGListView::FListViewConstructArgs

ITypedUMGListView::FTileViewConstructArgs

References

Module

UMG

Header

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

Include

#include "Components/ListViewBase.h"

Syntax

struct FListViewConstructArgs

Remarks

ListView construction helpers Use these instead of SNew-ing your owned ListView directly to get exposed events for free

Variables

Name Description

Public variable

bool

 

bAllowFocus

Public variable

bool

 

bClearSelectionOnClick

Public variable

bool

 

bReturnFocusToSelection

Public variable

EConsumeMouseWh...

 

ConsumeMouseWheel

Public variable

EOrientation

 

Orientation

Public variable

ESelectionMode:...

 

SelectionMode

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