Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TStringConversion
Description
Accessor for the converted string.
The string may not be null-terminated if constructed from an explicitly sized buffer that didn't include the null-terminator.
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include Path | #include "Containers/StringConv.h" |
const ToType * Get() const
A const pointer to the converted string.