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

Functions

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

Function Documentation

◆ TestEqual()

template<typename T1 , typename T2 >
bool BuildPatchTestHelpers::TestEqual ( const FString &  Description,
T1  Expression,
T2  Expected,
FAutomationSpecBase This 
)
inline

◆ TestNotEqual()

template<typename T1 , typename T2 >
bool BuildPatchTestHelpers::TestNotEqual ( const FString &  Description,
T1  Expression,
T2  Expected,
FAutomationSpecBase This 
)
inline

◆ TestNotNull()

template<typename T >
bool BuildPatchTestHelpers::TestNotNull ( const FString &  Description,
Expression,
FAutomationSpecBase This 
)
inline

◆ TestNull()

template<typename T >
bool BuildPatchTestHelpers::TestNull ( const FString &  Description,
Expression,
FAutomationSpecBase This 
)
inline

◆ WaitUntilTrue()

bool BuildPatchTestHelpers::WaitUntilTrue ( const TFunction< bool()> &  Pred,
const TFunction< bool()> &  TestResult,
double  TimeoutSeconds 
)
inline