Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool LegacyCompareNotEqual
(
const TCompactSet< ElementType, KeyFuncs, Allocator >& A, |
|||
bool LegacyCompareNotEqual
(
const PREPROCESSOR_JOIN(UE_TMAP_PREFIX, MapBase)< KeyType, ValueType, SetAllocator, KeyFuncs >& A, |
|||
bool LegacyCompareNotEqual
(
const TSparseSet< ElementType, KeyFuncs, Allocator >& A, |
LegacyCompareNotEqual(const TCompactSet< ElementType, KeyFuncs, Allocator > &, const TCompactSet< ElementType, KeyFuncs, Allocator > &)
| Name | LegacyCompareNotEqual |
| 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 LegacyCompareNotEqual
(
const TCompactSet < ElementType, KeyFuncs, Allocator > & A,
const TCompactSet < ElementType, KeyFuncs, Allocator > & B
)
LegacyCompareNotEqual(const PREPROCESSOR_JOIN(UE_TMAP_PREFIX, MapBase)< KeyType, ValueType, SetAllocator, KeyFuncs > &, const PREPROCESSOR_JOIN(UE_TMAP_PREFIX, MapBase)< KeyType, ValueType, SetAllocator, KeyFuncs > &)
| Name | LegacyCompareNotEqual |
| 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 LegacyCompareNotEqual
(
const PREPROCESSOR_JOIN(UE_TMAP_PREFIX, MapBase)< KeyType, ValueType, SetAllocator, KeyFuncs > & A,
const PREPROCESSOR_JOIN(UE_TMAP_PREFIX, MapBase)< KeyType, ValueType, SetAllocator, KeyFuncs > & B
)
LegacyCompareNotEqual(const TSparseSet< ElementType, KeyFuncs, Allocator > &, const TSparseSet< ElementType, KeyFuncs, Allocator > &)
| Name | LegacyCompareNotEqual |
| 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 LegacyCompareNotEqual
(
const TSparseSet < ElementType, KeyFuncs, Allocator > & A,
const TSparseSet < ElementType, KeyFuncs, Allocator > & B
)