|
| template<typename RangeType > |
| | UE_TSPARSE_SET (RangeType &&) -> UE_TSPARSE_SET< TElementType_T< RangeType > > |
| |
| template<typename ElementType , typename KeyFuncs , typename Allocator > |
| void | Freeze::IntrinsicWriteMemoryImage (FMemoryImageWriter &Writer, const UE_TSPARSE_SET< ElementType, KeyFuncs, Allocator > &Object, const FTypeLayoutDesc &) |
| |
| template<typename ElementType , typename KeyFuncs , typename Allocator > |
| uint32 | Freeze::IntrinsicUnfrozenCopy (const FMemoryUnfreezeContent &Context, const UE_TSPARSE_SET< ElementType, KeyFuncs, Allocator > &Object, void *OutDst) |
| |
| template<typename ElementType , typename KeyFuncs , typename Allocator > |
| uint32 | Freeze::IntrinsicAppendHash (const UE_TSPARSE_SET< ElementType, KeyFuncs, Allocator > *DummyObject, const FTypeLayoutDesc &TypeDesc, const FPlatformTypeLayoutParameters &LayoutParams, FSHA1 &Hasher) |
| |
| | DECLARE_TEMPLATE_INTRINSIC_TYPE_LAYOUT ((template< typename ElementType, typename KeyFuncs, typename Allocator >),(UE_TSPARSE_SET< ElementType, KeyFuncs, Allocator >)) |
| |
| template<typename ElementType , typename KeyFuncs , typename Allocator > |
| FArchive & | operator<< (FArchive &Ar, UE_TSPARSE_SET< ElementType, KeyFuncs, Allocator > &Set) |
| |
| template<typename ElementType , typename KeyFuncs , typename Allocator > |
| void | operator<< (FStructuredArchive::FSlot &Ar, UE_TSPARSE_SET< ElementType, KeyFuncs, Allocator > &Set) |
| |
| template<typename ElementType , typename KeyFuncs , typename Allocator > |
| bool | LegacyCompareEqual (const UE_TSPARSE_SET< ElementType, KeyFuncs, Allocator > &A, const UE_TSPARSE_SET< ElementType, KeyFuncs, Allocator > &B) |
| |
| template<typename ElementType , typename KeyFuncs , typename Allocator > |
| bool | LegacyCompareNotEqual (const UE_TSPARSE_SET< ElementType, KeyFuncs, Allocator > &A, const UE_TSPARSE_SET< ElementType, KeyFuncs, Allocator > &B) |
| |