UDataTable::RemoveRow

Removes a single row from the DataTable by name. Just returns if row is not found.

Windows
MacOS
Linux

Override Hierarchy

UDataTable::RemoveRow()

UCompositeDataTable::RemoveRow()

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 RemoveRow
(
    FName RowName
)

Remarks

Removes a single row from the DataTable by name. Just returns if row is not found.

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