Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCbWriter
Description
Sets the name of the next field to be written.
It is not valid to call this function when writing a field inside an array. Names must be valid UTF-8 and must be unique within an object.
| Name | SetName |
| 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 |
FCbWriter & SetName
(
FUtf8StringView Name
)