ObjectRowsByUserWidget

Intentionally being a bit nontraditional here - we track associations between UserWidget rows and their underlying [IObjectTableRow](API\Runtime\UMG\Slate\IObjectTableRow).

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Slate/SObjectTableRow.h

Include

#include "Slate/SObjectTableRow.h"

Syntax

static TMap< TWeakObjectPtr< const UUserWidget >, TWeakPtr< const IObjectTableRow > > ObjectRowsByUserWidget;

Remarks

Intentionally being a bit nontraditional here - we track associations between UserWidget rows and their underlying IObjectTableRow. This allows us to mirror the ITableRow API very easily on IUserListEntry without requiring rote setting/getting of row states on every UMG subclass.

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