FBufferWriter::AtEnd

Returns true if the current location within the backing data storage is at the end, always returns false if there is no storage.

Windows
MacOS
Linux

Override Hierarchy

FArchiveState::AtEnd()

FBufferWriter::AtEnd()

References

Module

Core

Header

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

Include

#include "Serialization/BufferWriter.h"

Syntax

virtual bool AtEnd()

Remarks

Returns true if the current location within the backing data storage is at the end, always returns false if there is no storage.

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