UDataTable::FindRow

Function to find the row of a table given its name.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/DataTable.h"

Syntax

template<class T>
T * FindRow
(
    FName RowName,
    const TCHAR * ContextString,
    bool bWarnIfRowMissing
) const

Remarks

Function to find the row of a table given its name.

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