UDataTable::ForeachRow

Choose your operating system:

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 FString & ContextString,
    TFunctionRef< void &Key, const T &Value)> Predicate
) const