![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
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) |
| 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
| 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