Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TSetPrivateFriend Struct Reference

#include <Set.h>

Static Public Member Functions

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

Detailed Description

Definition at line 2155 of file Set.h.

Member Function Documentation

◆ LegacyCompareEqual()

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

Definition at line 2196 of file Set.h.

◆ Serialize()

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

Serializer.

Definition at line 2159 of file Set.h.

◆ SerializeStructured()

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

Structured archive serializer.

Definition at line 2179 of file Set.h.


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