Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TStringBuilderBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const CharType * ToString () |
Prefer operator*() for a pointer to a null-terminated string. | Misc/StringBuilder.h | |
const CharType * ToString () |
Prefer operator*() for a pointer to a null-terminated string. | Misc/StringBuilder.h |
ToString()
Description
Prefer operator*() for a pointer to a null-terminated string.
Construct FString and other string types directly from the string builder: FString Str(Builder).
| Name | ToString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/StringBuilder.h |
| Include Path | #include "Misc/StringBuilder.h" |
const CharType * ToString()
ToString()
Description
Prefer operator*() for a pointer to a null-terminated string.
| Name | ToString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/StringBuilder.h |
| Include Path | #include "Misc/StringBuilder.h" |
const CharType * ToString() const