A Demo Project for the UnrealEngineSDK
|
This is the complete list of members for FDlgTestHelper, including all inherited members.
CheckMapStringKeyInvariants(const TMap< FString, ValueType > &ThisMap) | FDlgTestHelper | inlinestatic |
ColorToString | FDlgTestHelper | static |
FloatToString | FDlgTestHelper | static |
Int32ToString | FDlgTestHelper | static |
Int64ToString | FDlgTestHelper | static |
IsComplexArrayEqual(const TArray< ArrayType > &ThisArray, const TArray< ArrayType > &OtherArray, const FString &PropertyName, FString &OutError) | FDlgTestHelper | inlinestatic |
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) | FDlgTestHelper | inlinestatic |
IsComplexPointerArrayEqual(const TArray< ArrayType * > &ThisArray, const TArray< ArrayType * > &OtherArray, const FString &PropertyName, FString &OutError) | FDlgTestHelper | inlinestatic |
IsComplexPointersMapEqual(const TMap< KeyType, ValueType * > &ThisMap, const TMap< KeyType, ValueType * > &OtherMap, const FString &PropertyName, FString &OutError, std::function< FString(const KeyType &)> GetKeyTypeAsString) | FDlgTestHelper | inlinestatic |
IsPrimitiveArrayEqual(const TArray< ArrayType > &ThisArray, const TArray< ArrayType > &OtherArray, const FString &PropertyName, FString &OutError, std::function< FString(const ArrayType &)> GetArrayTypeAsString) | FDlgTestHelper | inlinestatic |
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) | FDlgTestHelper | inlinestatic |
IsSetEqual(const TSet< SetType > &ThisSet, const TSet< SetType > &OtherSet, const FString &PropertyName, FString &OutError, std::function< FString(const SetType &)> GetSetTypeAsString) | FDlgTestHelper | inlinestatic |
NameToString | FDlgTestHelper | static |
StringToString | FDlgTestHelper | static |
VectorToString | FDlgTestHelper | static |