A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
FDlgTestHelper_ArrayEqualImpl< ArrayType > Class Template Reference

#include <DlgTesterHelper.h>

Static Public Member Functions

static bool IsEqual (const TArray< ArrayType > &ThisArray, const TArray< ArrayType > &OtherArray, const FString &PropertyName, FString &OutError, const bool bIsPrimitive, std::function< FString(const ArrayType &)> GetArrayTypeAsString, std::function< bool(const ArrayType &FirstValue, const ArrayType &SecondValue, FString &ComparisonErrorMessage)> AreValuesEqual)
 

Detailed Description

template<typename ArrayType>
class FDlgTestHelper_ArrayEqualImpl< ArrayType >

Definition at line 11 of file DlgTesterHelper.h.

Member Function Documentation

◆ IsEqual()

template<typename ArrayType >
static bool FDlgTestHelper_ArrayEqualImpl< ArrayType >::IsEqual ( const TArray< ArrayType > & ThisArray,
const TArray< ArrayType > & OtherArray,
const FString & PropertyName,
FString & OutError,
const bool bIsPrimitive,
std::function< FString(const ArrayType &)> GetArrayTypeAsString,
std::function< bool(const ArrayType &FirstValue, const ArrayType &SecondValue, FString &ComparisonErrorMessage)> AreValuesEqual )
inlinestatic

Definition at line 14 of file DlgTesterHelper.h.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: