ITypedUMGListView::GetDesiredEntryClassForItem

Default behavior is to check the delegate, then fall back to the default if that fails.

Windows
MacOS
Linux

References

Module

UMG

Header

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

Include

#include "Components/ListViewBase.h"

Syntax

virtual TSubclassOf< UUserWidget > GetDesiredEntryClassForItem
(
    ItemType Item
) const

Remarks

Default behavior is to check the delegate, then fall back to the default if that fails. Feel free to override directly in child classes to determine the class yourself.

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