Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TUTF8StringBuilder
Description
Grows the String for serialization purposes the _End pointer is moved to the end of the buffer, expecting serialization to occur immediately following this call.
NOTE: This inserts a terminating '\0' character preliminary into the buffer, but expects serialization to overwrite it with a '\0' of its own.
| Name | AppendBuffer |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/UTF8StringBuilder.h |
| Include Path | #include "uLang/Common/Text/UTF8StringBuilder.h" |
UTF8Char * AppendBuffer
(
size_t ByteSize
)
A pointer to the appended buffer's start useful for subsequent serialization.