Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FString > API/Runtime/Core/Containers/FString/RemoveFromEnd
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 RemoveFromEnd
&40;
TCharRangeType && InSuffix,
ESearchCase::Type SearchCase
&41;
Remarks
Removes the text from the end of the string if it exists. true if the suffix was removed, otherwise false.
Parameters
| Name | Description |
|---|---|
| InSuffix | the suffix to search for at the end of the string to remove. |