FString::FString

Constructor to create [FString](API\Runtime\Core\Containers\FString) with specified number of characters from another string with additional character zero

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/UnrealString.h"

Syntax

template<typename CharType, typename>
FString
(
    const CharType * Src,
    int32 ExtraSlack
)

Remarks

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

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