A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
FDlgTestHelper Member List

This is the complete list of members for FDlgTestHelper, including all inherited members.

CheckMapStringKeyInvariants(const TMap< FString, ValueType > &ThisMap)FDlgTestHelperinlinestatic
ColorToStringFDlgTestHelperstatic
FloatToStringFDlgTestHelperstatic
Int32ToStringFDlgTestHelperstatic
Int64ToStringFDlgTestHelperstatic
IsComplexArrayEqual(const TArray< ArrayType > &ThisArray, const TArray< ArrayType > &OtherArray, const FString &PropertyName, FString &OutError)FDlgTestHelperinlinestatic
IsComplexMapValueEqual(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)FDlgTestHelperinlinestatic
IsComplexPointerArrayEqual(const TArray< ArrayType * > &ThisArray, const TArray< ArrayType * > &OtherArray, const FString &PropertyName, FString &OutError)FDlgTestHelperinlinestatic
IsComplexPointersMapEqual(const TMap< KeyType, ValueType * > &ThisMap, const TMap< KeyType, ValueType * > &OtherMap, const FString &PropertyName, FString &OutError, std::function< FString(const KeyType &)> GetKeyTypeAsString)FDlgTestHelperinlinestatic
IsPrimitiveArrayEqual(const TArray< ArrayType > &ThisArray, const TArray< ArrayType > &OtherArray, const FString &PropertyName, FString &OutError, std::function< FString(const ArrayType &)> GetArrayTypeAsString)FDlgTestHelperinlinestatic
IsPrimitiveMapEqual(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)FDlgTestHelperinlinestatic
IsSetEqual(const TSet< SetType > &ThisSet, const TSet< SetType > &OtherSet, const FString &PropertyName, FString &OutError, std::function< FString(const SetType &)> GetSetTypeAsString)FDlgTestHelperinlinestatic
NameToStringFDlgTestHelperstatic
StringToStringFDlgTestHelperstatic
VectorToStringFDlgTestHelperstatic