Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FCbWriter
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryWriter.h |
| Include | #include "Serialization/CompactBinaryWriter.h" |
| Source | /Engine/Source/Runtime/Core/Private/Serialization/CompactBinaryWriter.cpp |
FCbWriter & SetName
&40;
FUtf8StringView Name
&41;
Remarks
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.