UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CsvParser_Tests Namespace Reference

Functions

template<uint32 N>
bool CheckRow (const TArray< const TCHAR * > &Row, const FString(&Expected)[N], int32 RowIndex, FAutomationTestBase *Test)
 
template<uint32 RowCount, uint32 CellCount>
bool CheckRows (const FCsvParser::FRows &Rows, const FString(&Expected)[RowCount][CellCount], FAutomationTestBase *Test)
 

Function Documentation

◆ CheckRow()

template<uint32 N>
bool CsvParser_Tests::CheckRow ( const TArray< const TCHAR * > &  Row,
const FString(&)  Expected[N],
int32  RowIndex,
FAutomationTestBase Test 
)

Check that the specified row of cells matches what we expect

◆ CheckRows()

template<uint32 RowCount, uint32 CellCount>
bool CsvParser_Tests::CheckRows ( const FCsvParser::FRows Rows,
const FString(&)  Expected[RowCount][CellCount],
FAutomationTestBase Test 
)

Check that the specified rows all match the specified results