Choose your operating system:
Windows
macOS
Linux
| ITableRow::InitializeRow()
|
Module |
|
Header |
/Engine/Source/Runtime/UMG/Public/Slate/SObjectTableRow.h |
Include |
#include "Slate/SObjectTableRow.h" |
virtual void InitializeRow()
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.