UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TestHelpers.h File Reference

Go to the source code of this file.

Namespaces

namespace  BuildPatchTestHelpers
 

Functions

template<typename T1 , typename T2 >
bool BuildPatchTestHelpers::TestEqual (const FString &Description, T1 Expression, T2 Expected, FAutomationSpecBase *This)
 
template<typename T1 , typename T2 >
bool BuildPatchTestHelpers::TestNotEqual (const FString &Description, T1 Expression, T2 Expected, FAutomationSpecBase *This)
 
template<typename T >
bool BuildPatchTestHelpers::TestNull (const FString &Description, T Expression, FAutomationSpecBase *This)
 
template<typename T >
bool BuildPatchTestHelpers::TestNotNull (const FString &Description, T Expression, FAutomationSpecBase *This)
 
bool BuildPatchTestHelpers::WaitUntilTrue (const TFunction< bool()> &Pred, const TFunction< bool()> &TestResult, double TimeoutSeconds)