Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Serialization
Inheritance Hierarchy
- FArchiveState
- FArchive
- FArchiveUObject
- FArchiveCountMem
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveCountMem.h |
| Include | #include "Serialization/ArchiveCountMem.h" |
Syntax
class FArchiveCountMem : public FArchiveUObject
Remarks
Archive for counting memory usage.
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArchiveCountMem
(
UObject* Src, |
Functions
Overridden from FArchiveState
| Type | Name | Description | |
|---|---|---|---|
| void | CountBytes
(
SIZE_T InNum, |
Called to get the computed size from a size-detecting archive after it has finished serializing. | |
| FString | Returns the name of the Archive. |