Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FStructuredArchiveArray Class Referencefinal

#include <StructuredArchiveSlots.h>

+ Inheritance diagram for FStructuredArchiveArray:
+ Collaboration diagram for FStructuredArchiveArray:

Public Member Functions

FStructuredArchiveSlot EnterElement ()
 
template<typename T >
FORCEINLINE FStructuredArchiveArrayoperator<< (T &Item)
 
- Public Member Functions inherited from UE::StructuredArchive::Private::FSlotBase
FORCEINLINE FSlotBase (EPrivateToken, FStructuredArchive &InStructuredArchive)
 
FArchiveGetUnderlyingArchive () const
 
const FArchiveStateGetArchiveState () const
 

Private Attributes

friend FStructuredArchive
 
friend FStructuredArchiveSlot
 

Additional Inherited Members

- Protected Types inherited from UE::StructuredArchive::Private::FSlotBase
enum class  EPrivateToken
 
- Protected Attributes inherited from UE::StructuredArchive::Private::FSlotBase
FStructuredArchiveStructuredArchive
 

Detailed Description

Represents an array in the structured archive. An object contains slots that are identified by a FArchiveFieldName, which may be compiled out with binary-only archives.

Definition at line 170 of file StructuredArchiveSlots.h.

Member Function Documentation

◆ EnterElement()

FORCEINLINE FStructuredArchiveSlot FStructuredArchiveArray::EnterElement ( )

Definition at line 442 of file StructuredArchiveSlots.h.

◆ operator<<()

template<typename T >
FORCEINLINE FStructuredArchiveArray & FStructuredArchiveArray::operator<< ( T & Item)
inline

Definition at line 175 of file StructuredArchiveSlots.h.

Member Data Documentation

◆ FStructuredArchive

friend FStructuredArchiveArray::FStructuredArchive
private

Definition at line 182 of file StructuredArchiveSlots.h.

◆ FStructuredArchiveSlot

friend FStructuredArchiveArray::FStructuredArchiveSlot
private

Definition at line 183 of file StructuredArchiveSlots.h.


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