UDataTable::ForeachRow

Perform some operation for every row.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/DataTable.h"

Syntax

template<class T>
void ForeachRow
(
    const TCHAR * ContextString,
    TFunctionRef< void &Key, const T &Value)> Predicate
) const

Remarks

Perform some operation for every row.

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