Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/INetDeltaBaseState
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/CoreNet.h |
| Include | #include "UObject/CoreNet.h" |
virtual void CountBytes
(
FArchive & Ar
) const
Remarks
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.