Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FString > API/Runtime/Core/Containers/FString/RemoveFromStart
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h |
| Include | #include "Containers/UnrealString.h" |
bool RemoveFromStart
&40;
const FString & InPrefix,
ESearchCase::Type SearchCase
&41;
Remarks
Removes the text from the start of the string if it exists. true if the prefix was removed, otherwise false.
Parameters
| Name | Description |
|---|---|
| InPrefix | the prefix to search for at the start of the string to remove. |