TStringViewImpl::GetData

Returns a pointer to the start of the view. This is NOT guaranteed to be null-terminated!

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/StringView.h

Include

#include "Containers/StringView.h"

Syntax

constexpr const CharType * GetData() const

Remarks

Returns a pointer to the start of the view. This is NOT guaranteed to be null-terminated!

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss