Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TStringBuilderBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CharType * GetData () |
Returns a pointer to Len() code units that are not necessarily null-terminated. | Misc/StringBuilder.h | |
const CharType * GetData () |
Misc/StringBuilder.h |
GetData()
Description
Returns a pointer to Len() code units that are not necessarily null-terminated.
| Name | GetData |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/StringBuilder.h |
| Include Path | #include "Misc/StringBuilder.h" |
CharType * GetData()
GetData()
| Name | GetData |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/StringBuilder.h |
| Include Path | #include "Misc/StringBuilder.h" |
const CharType * GetData() const