SObjectTableRow::InitializeRow

Called when the row has been generated and associated with an item in the owning table.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

ITableRow::InitializeRow()

SObjectTableRow::InitializeRow()

References

Module

UMG

Header

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

Include

#include "Slate/SObjectTableRow.h"

Syntax

virtual void InitializeRow()

Remarks

Called when the row has been generated and associated with an item in the owning table. Any attempts to access the item associated with the row prior to this (i.e. in Construct()) will fail, as the association is not yet established in the owning table.