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
(
    int32 InCount,
    const CharType * InSrc
)

Remarks

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

Parameters

Parameter

Description

InCount

how many characters to copy

InSrc

String to copy from

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