Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TStringBuilderBase
Description
Prefer AppendChar. Appends one character to the string. Supports this being the output for Algo::...
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/StringBuilder.h |
| Include Path | #include "Misc/StringBuilder.h" |
template<typename AppendedCharType>
decltype(AppendChar(Char),(void) 0) Add
(
AppendedCharType Char
)