Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool LegacyCompareEqual
(
const TCompactSet< ElementType, KeyFuncs, Allocator >& A, |
Legacy comparison operators. Note that these also test whether the set's elements were added in the same order! | ||
bool LegacyCompareEqual
(
const PREPROCESSOR_JOIN(UE_TMAP_PREFIX, MapBase)< KeyType, ValueType, SetAllocator, KeyFuncs >& A, |
Legacy comparison operators. Note that these also test whether the map's key-value pairs were added in the same order! | ||
bool LegacyCompareEqual
(
const TSparseSet< ElementType, KeyFuncs, Allocator >& A, |
Legacy comparison operators. Note that these also test whether the set's elements were added in the same order! |
LegacyCompareEqual(const TCompactSet< ElementType, KeyFuncs, Allocator > &, const TCompactSet< ElementType, KeyFuncs, Allocator > &)
Description
Legacy comparison operators. Note that these also test whether the set's elements were added in the same order!
| Name | LegacyCompareEqual |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/CompactSet.h.inl |
| Include Path | #include "Containers/CompactSet.h.inl" |
template<typename ElementType, typename KeyFuncs, typename Allocator>
bool LegacyCompareEqual
(
const TCompactSet < ElementType, KeyFuncs, Allocator > & A,
const TCompactSet < ElementType, KeyFuncs, Allocator > & B
)
LegacyCompareEqual(const PREPROCESSOR_JOIN(UE_TMAP_PREFIX, MapBase)< KeyType, ValueType, SetAllocator, KeyFuncs > &, const PREPROCESSOR_JOIN(UE_TMAP_PREFIX, MapBase)< KeyType, ValueType, SetAllocator, KeyFuncs > &)
Description
Legacy comparison operators. Note that these also test whether the map's key-value pairs were added in the same order!
| Name | LegacyCompareEqual |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h.inl |
| Include Path | #include "Containers/Map.h.inl" |
template<typename KeyType, typename ValueType, typename SetAllocator, typename KeyFuncs>
bool LegacyCompareEqual
(
const PREPROCESSOR_JOIN(UE_TMAP_PREFIX, MapBase)< KeyType, ValueType, SetAllocator, KeyFuncs > & A,
const PREPROCESSOR_JOIN(UE_TMAP_PREFIX, MapBase)< KeyType, ValueType, SetAllocator, KeyFuncs > & B
)
LegacyCompareEqual(const TSparseSet< ElementType, KeyFuncs, Allocator > &, const TSparseSet< ElementType, KeyFuncs, Allocator > &)
Description
Legacy comparison operators. Note that these also test whether the set's elements were added in the same order!
| Name | LegacyCompareEqual |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SparseSet.h.inl |
| Include Path | #include "Containers/SparseSet.h.inl" |
template<typename ElementType, typename KeyFuncs, typename Allocator>
bool LegacyCompareEqual
(
const TSparseSet < ElementType, KeyFuncs, Allocator > & A,
const TSparseSet < ElementType, KeyFuncs, Allocator > & B
)