Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/INetDeltaBaseState
Description
Used when tracking memory to gather the total size of a given instance. This should include the dynamically allocated data, as well as the classes size.
| Name | CountBytes |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/CoreNet.h |
| Include Path | #include "UObject/CoreNet.h" |
virtual void CountBytes
(
FArchive & Ar
) const