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" |
template<typename TCharRangeType, std::enable_if_t< TIsCharRangeNotCArrayNotFString< TCharRangeType >::Value > &42;>
bool RemoveFromStart
&40;
TCharRangeType && 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. |