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" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp |
bool RemoveFromStart
&40;
const TCHAR &42; InPrefix,
int32 InPrefixLen,
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. |
| InPrefixLen | length of InPrefix |