Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FString
| Type | Name | Description | |
|---|---|---|---|
| bool | RemoveFromEnd
(
TCharRangeType&& InSuffix, |
Removes the text from the end of the string if it exists. | |
| bool | RemoveFromEnd
(
const TCHAR* InSuffix, |
Removes the text from the end of the string if it exists. | |
| bool | RemoveFromEnd
(
const FString& InSuffix, |
Removes the text from the end of the string if it exists. | |
| bool | RemoveFromEnd
(
const TCHAR* InSuffix, |
Removes the text from the end of the string if it exists. |