Navigation
Unreal Engine C++ API Reference > Runtime > UMG > Blueprint > IUserObjectListEntry
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Blueprint/IUserObjectListEntry.h |
Include | #include "Blueprint/IUserObjectListEntry.h" |
Source | /Engine/Source/Runtime/UMG/Private/Blueprint/IUserObjectListEntry.cpp |
virtual void NativeOnListItemObjectSet
&40;
UObject &42; ListItemObject
&41;
Remarks
Follows the same pattern as the NativeOn[X] methods in UUserWidget - super calls are expected in order to route the event to BP.