Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FString
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h |
| Include | #include "Containers/UnrealString.h" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp |
void RemoveAt
&40;
int32 Index,
int32 Count,
bool bAllowShrinking
&41;
Remarks
Removes characters within the string.
Parameters
| Name | 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. |