UDataTable::AddRow

Copies RowData into table.

Windows
MacOS
Linux

Override Hierarchy

UDataTable::AddRow()

UCompositeDataTable::AddRow()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/DataTable.h

Include

#include "Engine/DataTable.h"

Source

/Engine/Source/Runtime/Engine/Private/DataTable.cpp

Syntax

virtual void AddRow
(
    FName RowName,
    const FTableRowBase & RowData
)

Remarks

Copies RowData into table. That is: create Row if not found and copy data into the RowMap based on RowData. This is a "copy in" operation, so changing the passed in RowData after the fact does nothing.

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