UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ITypedUMGListView< ItemType >::FTreeViewConstructArgs Struct Reference

#include <ListViewBase.h>

Public Attributes

ESelectionMode::Type SelectionMode = ESelectionMode::Single
 
bool bClearSelectionOnClick = false
 
EConsumeMouseWheel ConsumeMouseWheel = EConsumeMouseWheel::WhenScrollingPossible
 
bool bReturnFocusToSelection = false
 
const FTableViewStyleTreeViewStyle = &FUMGCoreStyle::Get().GetWidgetStyle<FTableViewStyle>("TreeView")
 
const FScrollBarStyleScrollBarStyle = &FUMGCoreStyle::Get().GetWidgetStyle<FScrollBarStyle>("ScrollBar")
 

Member Data Documentation

◆ bClearSelectionOnClick

template<typename ItemType >
bool ITypedUMGListView< ItemType >::FTreeViewConstructArgs::bClearSelectionOnClick = false

◆ bReturnFocusToSelection

template<typename ItemType >
bool ITypedUMGListView< ItemType >::FTreeViewConstructArgs::bReturnFocusToSelection = false

◆ ConsumeMouseWheel

template<typename ItemType >
EConsumeMouseWheel ITypedUMGListView< ItemType >::FTreeViewConstructArgs::ConsumeMouseWheel = EConsumeMouseWheel::WhenScrollingPossible

◆ ScrollBarStyle

template<typename ItemType >
const FScrollBarStyle* ITypedUMGListView< ItemType >::FTreeViewConstructArgs::ScrollBarStyle = &FUMGCoreStyle::Get().GetWidgetStyle<FScrollBarStyle>("ScrollBar")

◆ SelectionMode

template<typename ItemType >
ESelectionMode::Type ITypedUMGListView< ItemType >::FTreeViewConstructArgs::SelectionMode = ESelectionMode::Single

◆ TreeViewStyle

template<typename ItemType >
const FTableViewStyle* ITypedUMGListView< ItemType >::FTreeViewConstructArgs::TreeViewStyle = &FUMGCoreStyle::Get().GetWidgetStyle<FTableViewStyle>("TreeView")

The documentation for this struct was generated from the following file: