FString::FString

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

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/UnrealString.h"

Syntax

FString
(
    FString && Other,
    int32 ExtraSlack
)

Remarks

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

Parameters

Parameter

Description

Other

the other string to create a new copy from

ExtraSlack

number of extra characters to add to the end of the other string in this string

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