TrimChar

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

FString

 

TrimChar

(
    const TCHAR CharacterToTrim,
    bool* bCharRemoved
)

Returns a copy of this string with wrapping CharacterToTrim removed (removes at max one instance in the beginning and end of the string).

Public function

FString

 

TrimChar

(
    const TCHAR CharacterToTrim,
    bool* bCharRemoved
)

Returns a copy of this string with wrapping CharacterToTrim removed (removes at max one instance in the beginning and end of the string).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss