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

#include <DlgHelper.h>

Static Public Member Functions

static bool IsEqual (const TArray< ArrayType > &FirstArray, const TArray< ArrayType > &SecondArray, std::function< bool(const ArrayType &FirstValue, const ArrayType &SecondValue)> AreValuesEqual)
 

Detailed Description

template<typename ArrayType>
class FDlgHelper_ArrayEqualImpl< ArrayType >

Definition at line 155 of file DlgHelper.h.

Member Function Documentation

◆ IsEqual()

template<typename ArrayType >
static bool FDlgHelper_ArrayEqualImpl< ArrayType >::IsEqual ( const TArray< ArrayType > & FirstArray,
const TArray< ArrayType > & SecondArray,
std::function< bool(const ArrayType &FirstValue, const ArrayType &SecondValue)> AreValuesEqual )
inlinestatic

Definition at line 158 of file DlgHelper.h.

Here is the caller graph for this function:

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