A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
FDlgTestHelper_MapPrimitiveVariantImpl< KeyType, ValueType > Class Template Reference

#include <DlgTesterHelper.h>

Static Public Member Functions

static bool IsEqual (const TMap< KeyType, ValueType > &ThisMap, const TMap< KeyType, ValueType > &OtherMap, const FString &PropertyName, FString &OutError, std::function< FString(const KeyType &)> GetKeyTypeAsString, std::function< FString(const ValueType &)> GetValueTypeAsString)
 

Detailed Description

template<typename KeyType, typename ValueType>
class FDlgTestHelper_MapPrimitiveVariantImpl< KeyType, ValueType >

Definition at line 227 of file DlgTesterHelper.h.

Member Function Documentation

◆ IsEqual()

template<typename KeyType , typename ValueType >
static bool FDlgTestHelper_MapPrimitiveVariantImpl< KeyType, ValueType >::IsEqual ( const TMap< KeyType, ValueType > & ThisMap,
const TMap< KeyType, ValueType > & OtherMap,
const FString & PropertyName,
FString & OutError,
std::function< FString(const KeyType &)> GetKeyTypeAsString,
std::function< FString(const ValueType &)> GetValueTypeAsString )
inlinestatic

Definition at line 230 of file DlgTesterHelper.h.

Here is the call graph for this function:
Here is the caller graph for this function:

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