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

Go to the source code of this file.

Macros

#define SQ_REPLAY_TEST(cond)   bEnsureOnMismatch ? ensure(cond) : (cond)
 

Functions

template<bool bHasPhysX = false>
void SQPerfComparisonHelper (const FString &TestName, FPhysTestSerializer &Serializer, bool bEnsureOnMismatch=false)
 
bool SQValidityHelper (FPhysTestSerializer &Serializer)
 

Macro Definition Documentation

◆ SQ_REPLAY_TEST

#define SQ_REPLAY_TEST (   cond)    bEnsureOnMismatch ? ensure(cond) : (cond)

Function Documentation

◆ SQPerfComparisonHelper()

template<bool bHasPhysX = false>
void SQPerfComparisonHelper ( const FString &  TestName,
FPhysTestSerializer Serializer,
bool  bEnsureOnMismatch = false 
)

◆ SQValidityHelper()

bool SQValidityHelper ( FPhysTestSerializer Serializer)