FString::RemoveAt

Removes characters within the string.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/UnrealString.h"

Syntax

void RemoveAt
(
    int32 Index,
    int32 Count,
    bool bAllowShrinking
)

Remarks

Removes characters within the string.

Parameters

Parameter

Description

Index

The index of the first character to remove.

Count

The number of characters to remove.

bAllowShrinking

Whether or not to reallocate to shrink the storage after removal.

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