TStringBuilderBase::AddUninitialized

Adds a given number of uninitialized characters into the string builder.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/StringBuilder.h

Include

#include "Misc/StringBuilder.h"

Syntax

int32 AddUninitialized
(
    int32 InCount
)

Remarks

Adds a given number of uninitialized characters into the string builder.

Returns

The number of characters in the string builder before adding the new characters.

Parameters

Parameter

Description

InCount

The number of uninitialized characters to add.

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