Navigation
API > API/Runtime > API/Runtime/CoreOnline
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool UE::Online::NestedVariant::Compare
(
const T& Lhs, |
Comparison functions for use with operator==. | Online/NestedVariant.h | |
bool UE::Online::NestedVariant::Compare
(
const TNestedVariantArray< KeyType, ValueTypes... >& Lhs, |
TNestedVariantArray comparison. | Online/NestedVariant.h | |
bool UE::Online::NestedVariant::Compare
(
const TNestedVariantArrayRef< KeyType, ValueTypes... >& Lhs, |
Dereference TNestedVariantArrayRef to TNestedVariantArray. | Online/NestedVariant.h | |
bool UE::Online::NestedVariant::Compare
(
const TNestedVariantMap< KeyType, ValueTypes... >& Lhs, |
TNestedVariantMap comparison. | Online/NestedVariant.h | |
bool UE::Online::NestedVariant::Compare
(
const TNestedVariantMapRef< KeyType, ValueTypes... >& Lhs, |
Dereference TNestedVariantMapRef to TNestedVariantMap. | Online/NestedVariant.h |
UE::Online::NestedVariant::Compare(const T &, const T &, FDualVisit &)
Description
Comparison functions for use with operator==.
| Name | UE::Online::NestedVariant::Compare |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreOnline/Public/Online/NestedVariant.h |
| Include Path | #include "Online/NestedVariant.h" |
namespace UE
{
namespace Online
{
namespace NestedVariant
{
template<int32 MaxDepth, typename KeyType, typename... ValueTypes, typename T>
bool UE::Online::NestedVariant::Compare
(
const T & Lhs,
const T & Rhs,
FDualVisit &
)
}
}
}
UE::Online::NestedVariant::Compare(const TNestedVariantArray< KeyType, ValueTypes... > &, const TNestedVariantArray< KeyType, ValueTypes... > &, FDualVisit &)
Description
TNestedVariantArray comparison.
| Name | UE::Online::NestedVariant::Compare |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreOnline/Public/Online/NestedVariant.h |
| Include Path | #include "Online/NestedVariant.h" |
namespace UE
{
namespace Online
{
namespace NestedVariant
{
template<int32 MaxDepth, typename KeyType, typename... ValueTypes>
bool UE::Online::NestedVariant::Compare
(
const TNestedVariantArray < KeyType, ValueTypes... > & Lhs,
const TNestedVariantArray < KeyType, ValueTypes... > & Rhs,
FDualVisit & Visited
)
}
}
}
UE::Online::NestedVariant::Compare(const TNestedVariantArrayRef< KeyType, ValueTypes... > &, const TNestedVariantArrayRef< KeyType, ValueTypes... > &, FDualVisit &)
Description
Dereference TNestedVariantArrayRef to TNestedVariantArray.
| Name | UE::Online::NestedVariant::Compare |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreOnline/Public/Online/NestedVariant.h |
| Include Path | #include "Online/NestedVariant.h" |
namespace UE
{
namespace Online
{
namespace NestedVariant
{
template<int32 MaxDepth, typename KeyType, typename... ValueTypes>
bool UE::Online::NestedVariant::Compare
(
const TNestedVariantArrayRef< KeyType, ValueTypes... > & Lhs,
const TNestedVariantArrayRef< KeyType, ValueTypes... > & Rhs,
FDualVisit & Visited
)
}
}
}
UE::Online::NestedVariant::Compare(const TNestedVariantMap< KeyType, ValueTypes... > &, const TNestedVariantMap< KeyType, ValueTypes... > &, FDualVisit &)
Description
TNestedVariantMap comparison.
| Name | UE::Online::NestedVariant::Compare |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreOnline/Public/Online/NestedVariant.h |
| Include Path | #include "Online/NestedVariant.h" |
namespace UE
{
namespace Online
{
namespace NestedVariant
{
template<int32 MaxDepth, typename KeyType, typename... ValueTypes>
bool UE::Online::NestedVariant::Compare
(
const TNestedVariantMap < KeyType, ValueTypes... > & Lhs,
const TNestedVariantMap < KeyType, ValueTypes... > & Rhs,
FDualVisit & Visited
)
}
}
}
UE::Online::NestedVariant::Compare(const TNestedVariantMapRef< KeyType, ValueTypes... > &, const TNestedVariantMapRef< KeyType, ValueTypes... > &, FDualVisit &)
Description
Dereference TNestedVariantMapRef to TNestedVariantMap.
| Name | UE::Online::NestedVariant::Compare |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreOnline/Public/Online/NestedVariant.h |
| Include Path | #include "Online/NestedVariant.h" |
namespace UE
{
namespace Online
{
namespace NestedVariant
{
template<int32 MaxDepth, typename KeyType, typename... ValueTypes>
bool UE::Online::NestedVariant::Compare
(
const TNestedVariantMapRef< KeyType, ValueTypes... > & Lhs,
const TNestedVariantMapRef< KeyType, ValueTypes... > & Rhs,
FDualVisit & Visited
)
}
}
}