UListViewBase::HandleRowReleased

Expected to be bound to the actual ListView widget created by a child class (automatically taken care of via the construction helpers within [ITypedUMGListView](API\Runtime\UMG\Components\ITypedUMGListView))

Windows
MacOS
Linux

References

Module

UMG

Header

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

Include

#include "Components/ListViewBase.h"

Source

/Engine/Source/Runtime/UMG/Private/Components/ListViewBase.cpp

Syntax

void HandleRowReleased
(
    const TSharedRef< ITableRow > & Row
)

Remarks

Expected to be bound to the actual ListView widget created by a child class (automatically taken care of via the construction helpers within ITypedUMGListView)

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