FString

Overload list

Windows
MacOS
Linux
Name Description

Public function

FString()

Public function

FString

(
    FString&&
)

Public function

FString

(
    const FString&
)

Public function

FString

(
    const CharType* Src
)

Constructor using an array of TCHAR

Public function

FString

(
    const FStringView& Other
)

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

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