Navigation
API > API/Runtime > API/Runtime/Core
Description
Returns an object that can be used as the output container for algorithms by appending to the builder.
Example: Algo::Transform(StringView, AppendChars(Builder), FChar::ToLower)
| Name | AppendChars |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/StringBuilder.h |
| Include Path | #include "Misc/StringBuilder.h" |
template<typename CharType>
auto AppendChars
(
TStringBuilderBase < CharType > & Builder
)