GetAllRows

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function Const

void

 

GetAllRows

(
    const TCHAR* ContextString,
    OUTTArray< T* >& OutRowArray
)

Get all of the rows in the table, regardless of name

Public function Const

void

 

GetAllRows

(
    const FString& ContextString,
    OUTTArray< T* >& OutRowArray
)