Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TStringBuilderBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const CharType * operator* () |
Returns a pointer to a null-terminated string that is valid until the builder is mutated. | Misc/StringBuilder.h | |
const CharType * operator* () |
Returns a pointer to a null-terminated string that is valid until the builder is mutated. | Misc/StringBuilder.h |
operator*()
Description
Returns a pointer to a null-terminated string that is valid until the builder is mutated.
| Name | operator* |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/StringBuilder.h |
| Include Path | #include "Misc/StringBuilder.h" |
const CharType * operator*()
operator*()
Description
Returns a pointer to a null-terminated string that is valid until the builder is mutated.
| Name | operator* |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/StringBuilder.h |
| Include Path | #include "Misc/StringBuilder.h" |
const CharType * operator*() const