IRepChangedPropertyTracker::CountBytes

Used when tracking memory to gather the total size of a given instance.

Windows
MacOS
Linux

Override Hierarchy

IRepChangedPropertyTracker::CountBytes()

FRepChangedPropertyTracker::CountBytes()

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/CoreNet.h

Include

#include "UObject/CoreNet.h"

Syntax

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss