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