SObjectTableRow::ResetRow

Called when the row has been released from the owning table and is no longer associated with any items therein.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

ITableRow::ResetRow()

SObjectTableRow::ResetRow()

References

Module

UMG

Header

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

Include

#include "Slate/SObjectTableRow.h"

Syntax

virtual void ResetRow()

Remarks

Called when the row has been released from the owning table and is no longer associated with any items therein. Only relevant if the row widgets are pooled or otherwise referenced/kept alive outside the owning table. Otherwise, the row is destroyed.