ForeachRow

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function Const

void

 

ForeachRow

(
    const TCHAR* ContextString,
    TFunctionRef< void&Key...
)

Perform some operation for every row.

Public function Const

void

 

ForeachRow

(
    const FString& ContextString,
    TFunctionRef< void&Key...
)