Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCbWriter
Description
The size of buffer (in bytes) required to serialize the fields that have been written.
It is not valid to call this function in the middle of writing an object, array, or field.
| Name | GetSaveSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryWriter.h |
| Include Path | #include "Serialization/CompactBinaryWriter.h" |
| Source | /Engine/Source/Runtime/Core/Private/Serialization/CompactBinaryWriter.cpp |
uint64 GetSaveSize() const