SObjectTableRow::InitializeRow

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

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.

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