UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TSETPRIVATEFRIEND Struct Reference

Static Public Member Functions

template<typename ElementType , typename KeyFuncs , typename Allocator >
static FArchiveSerialize (FArchive &Ar, UE_TCOMPACT_SET< ElementType, KeyFuncs, Allocator > &Set)
 
template<typename ElementType , typename KeyFuncs , typename Allocator >
static void SerializeStructured (FStructuredArchive::FSlot Slot, UE_TCOMPACT_SET< ElementType, KeyFuncs, Allocator > &Set)
 
template<typename ElementType , typename KeyFuncs , typename Allocator >
static bool LegacyCompareEqual (const UE_TCOMPACT_SET< ElementType, KeyFuncs, Allocator > &A, const UE_TCOMPACT_SET< ElementType, KeyFuncs, Allocator > &B)
 
template<typename ElementType , typename KeyFuncs , typename Allocator >
static FArchiveSerialize (FArchive &Ar, UE_TSPARSE_SET< ElementType, KeyFuncs, Allocator > &Set)
 
template<typename ElementType , typename KeyFuncs , typename Allocator >
static void SerializeStructured (FStructuredArchive::FSlot Slot, UE_TSPARSE_SET< ElementType, KeyFuncs, Allocator > &Set)
 
template<typename ElementType , typename KeyFuncs , typename Allocator >
static bool LegacyCompareEqual (const UE_TSPARSE_SET< ElementType, KeyFuncs, Allocator > &A, const UE_TSPARSE_SET< ElementType, KeyFuncs, Allocator > &B)
 

Member Function Documentation

◆ LegacyCompareEqual() [1/2]

template<typename ElementType , typename KeyFuncs , typename Allocator >
static bool TSETPRIVATEFRIEND::LegacyCompareEqual ( const UE_TCOMPACT_SET< ElementType, KeyFuncs, Allocator > &  A,
const UE_TCOMPACT_SET< ElementType, KeyFuncs, Allocator > &  B 
)
inlinestatic

◆ LegacyCompareEqual() [2/2]

template<typename ElementType , typename KeyFuncs , typename Allocator >
static bool TSETPRIVATEFRIEND::LegacyCompareEqual ( const UE_TSPARSE_SET< ElementType, KeyFuncs, Allocator > &  A,
const UE_TSPARSE_SET< ElementType, KeyFuncs, Allocator > &  B 
)
inlinestatic

◆ Serialize() [1/2]

template<typename ElementType , typename KeyFuncs , typename Allocator >
static FArchive & TSETPRIVATEFRIEND::Serialize ( FArchive Ar,
UE_TCOMPACT_SET< ElementType, KeyFuncs, Allocator > &  Set 
)
inlinestatic

Serializer.

◆ Serialize() [2/2]

template<typename ElementType , typename KeyFuncs , typename Allocator >
static FArchive & TSETPRIVATEFRIEND::Serialize ( FArchive Ar,
UE_TSPARSE_SET< ElementType, KeyFuncs, Allocator > &  Set 
)
inlinestatic

Serializer.

◆ SerializeStructured() [1/2]

template<typename ElementType , typename KeyFuncs , typename Allocator >
static void TSETPRIVATEFRIEND::SerializeStructured ( FStructuredArchive::FSlot  Slot,
UE_TCOMPACT_SET< ElementType, KeyFuncs, Allocator > &  Set 
)
inlinestatic

Structured archive serializer.

◆ SerializeStructured() [2/2]

template<typename ElementType , typename KeyFuncs , typename Allocator >
static void TSETPRIVATEFRIEND::SerializeStructured ( FStructuredArchive::FSlot  Slot,
UE_TSPARSE_SET< ElementType, KeyFuncs, Allocator > &  Set 
)
inlinestatic

Structured archive serializer.


The documentation for this struct was generated from the following files: