IUserListEntry::NativeOnItemSelectionChanged

These follow the same pattern as the NativeOn[X] methods in [UUserWidget](API\Runtime\UMG\Blueprint\UUserWidget) - super calls are expected in order to route the event to BP.

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Blueprint/IUserListEntry.h

Include

#include "Blueprint/IUserListEntry.h"

Source

/Engine/Source/Runtime/UMG/Private/Blueprint/IUserListEntry.cpp

Syntax

virtual void NativeOnItemSelectionChanged
(
    bool bIsSelected
)

Remarks

These follow the same pattern as the NativeOn[X] methods in UUserWidget - super calls are expected in order to route the event to BP. See the BP events below for descriptions.

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