SCommonListView

[SCommonListView](API\Plugins\CommonUI\SCommonListView).

Windows
MacOS
Linux

Inheritance Hierarchy

STableViewBase

TListTypeTraits< ItemType >::SerializerType

ITypedTableView

SListView

SCommonListView

References

Module

CommonUI

Header

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

Include

#include "CommonListView.h"

Syntax

template<typename ItemType>
class SCommonListView : public SListView< ItemType >

Remarks

Variables

Name Description

Protected variable

bool

 

bScrollToSelectedOnFocus

Overridden from SWidget

Name Description

Public function Virtual

FReply

 

OnFocusReceived

(
    const FGeometry& MyGeometry,
    const FFocusEvent& InFocusEvent
)

KEY INPUT Called when focus is given to this widget. This event does not bubble.

Public function Virtual

void

 

OnMouseLeave

(
    const FPointerEvent& MouseEvent
)

The system will use this event to notify a widget that the cursor has left it.

Public function Virtual

FReply

 

OnTouchEnded

(
    const FGeometry& MyGeometry,
    const FPointerEvent& InTouchEvent
)

Called when a touchpad touch is ended (finger lifted)

Public function Virtual

FReply

 

OnTouchMoved

(
    const FGeometry& MyGeometry,
    const FPointerEvent& InTouchEvent
)

Called when a touchpad touch is moved (finger moved)

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