Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FString
Description
Trims a single character from the start and end of the string (removes at max one instance in the beginning and end of the string).
| Name | TrimCharInline |
| 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 |
void TrimCharInline
(
ElementType CharacterToTrim,
bool * bCharRemoved
)
See Also
- TrimChar for a variant that returns a modified copy of the string