FString

Overload list

Windows
MacOS
Linux
Name Description

Public function

FString()

Public function

FString

(
    CharRangeType&& Other,
    int32 ExtraSlack
)

Create an FString from a contiguous range of characters, with extra slack at the end of the string

Public function

FString

(
    FString&&
)

Public function

FString

(
    const FString&
)

Public function

FString

(
    const CharType* Src
)

Constructor using an array of TCHAR

Public function

FString

(
    CharRangeType&& Other
)

Create an FString from a contiguous range of characters

Public function

FString

(
    const FString& Other,
    int32 ExtraSlack
)

Create a copy of the Other string with extra space for characters at the end of the string

Public function

FString

(
    FString&& Other,
    int32 ExtraSlack
)

Create a copy of the Other string with extra space for characters at the end of the string

Public function

FString

(
    int32 InCount,
    const CharType* InSrc
)

Constructor to create FString with specified number of characters from another string with additional character zero

Public function

FString

(
    const CharType* Src,
    int32 ExtraSlack
)

Constructor to create FString with specified number of characters from another string with additional character zero

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