TStringView

Overload list

Windows
MacOS
Linux
Name Description

Public function

TStringView()

Construct an empty view.

Public function

TStringView

(
    const CharType* InData
)

Construct a view of the null-terminated string pointed to by InData.

Public function

TStringView

(
    CharRangeType&& InRange
)

Construct a view from a contiguous range of characters.

Public function

TStringView

(
    const CharType* InData,
    SizeType InSize
)

Construct a view of InSize characters beginning at InData.

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