Navigation
API > API/Runtime > API/Runtime/Core
A string builder with inline storage.
Avoid using this type directly. Prefer the aliases in StringFwd.h like TStringBuilder
| Name | TStringBuilderWithBuffer |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/StringBuilder.h |
| Include Path | #include "Misc/StringBuilder.h" |
Syntax
template<typename CharType, int32 BufferSize>
class TStringBuilderWithBuffer : public TStringBuilderBase< CharType >
Inheritance Hierarchy
- TStringBuilderBase → TStringBuilderWithBuffer
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Misc/StringBuilder.h | |||
TStringBuilderWithBuffer
(
EInPlace, |
Construct a string builder by appending the arguments using operator<<. | Misc/StringBuilder.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| StringBuffer | CharType | Misc/StringBuilder.h |