FArchiveProxy::CountBytes

Called to get the computed size from a size-detecting archive after it has finished serializing.

Windows
MacOS
Linux

Override Hierarchy

FArchiveState::CountBytes()

FArchiveProxy::CountBytes()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/ArchiveProxy.h

Include

#include "Serialization/ArchiveProxy.h"

Syntax

virtual void CountBytes
(
    SIZE_T InNum,
    SIZE_T InMax
)

Remarks

Called to get the computed size from a size-detecting archive after it has finished serializing.

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