UCompositeDataTable::AddRow

Copies RowData into table.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UDataTable::AddRow()

UCompositeDataTable::AddRow()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/CompositeDataTable.h

Include

#include "Engine/CompositeDataTable.h"

Source

/Engine/Source/Runtime/Engine/Private/CompositeDataTable.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.