Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TStringPointer
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include | #include "Containers/StringConv.h" |
const ToType &42; Get&40;&41; const
Remarks
Accessor for the string.
The string may not be null-terminated if constructed from an explicitly sized buffer that didn't include the null-terminator.
Setting to UE_LIFETIMEBOUND even though TStringPointer doesn't own the pointer, because we want StringCast to give consistent warnings no matter what implementation choice it makes A const pointer to the string.