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