ToBool

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

bool

 

ToBool

(
    const CharType* String
)

Converts a string into a boolean value 1, "True", "Yes", [FCoreTexts::True](API\Runtime\Core\FCoreTexts\True), [FCoreTexts::Yes](API\Runtime\Core\FCoreTexts\Yes), and non-zero integers become true 0, "False", "No", [FCoreTexts::False](API\Runtime\Core\FCoreTexts\False), [FCoreTexts::No](API\Runtime\Core\FCoreTexts\No), and unparsable values become false

Public function

bool

 

ToBool

(
    const WIDECHAR* Str
)

Public function

bool

 

ToBool

(
    const ANSICHAR* Str
)

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