![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Archive.h>
Public Member Functions | |
| CArchive ()=default | |
| ~CArchive ()=default | |
| CArchive (const CArchive &)=delete | |
| CArchive & | operator= (const CArchive &ArchiveToCopy)=delete |
| ULANG_FORCEINLINE bool | IsLoading () const |
| virtual void | Serialize (void *Data, int64_t NumBytes)=0 |
Protected Attributes | |
| bool | _bIsLoading = false |
Friends | |
| template<class T > | |
| ULANG_FORCEINLINE friend TEnableIf< TIsArithmetic< T >::Value, CArchive & >::Type | operator<< (CArchive &Ar, T &Value) |
| ULANG_FORCEINLINE friend CArchive & | operator<< (CArchive &Ar, CUTF8String &Value) |
| template<class T > | |
| ULANG_FORCEINLINE friend CArchive & | operator<< (CArchive &Ar, TOptional< T > &Value) |
| template<class ElementType > | |
| ULANG_FORCEINLINE friend CArchive & | operator<< (CArchive &Ar, TArray< ElementType > &Value) |
|
default |
|
default |
|
delete |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |