Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Removes whitespace characters from the end of this string. | |||
| Removes whitespace characters from the end of this string. |
TrimEnd()
Description
Removes whitespace characters from the end of this string.
Unlike TrimTrailing() this function returns a copy, and does not mutate the string.
| Name | TrimEnd |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp.inl |
FString TrimEnd() const
TrimEnd()
Description
Removes whitespace characters from the end of this string.
Unlike TrimTrailing() this function returns a copy, and does not mutate the string.
| Name | TrimEnd |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp.inl |
FString TrimEnd()