UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FToBoolHelper Struct Reference

#include <CString.h>

Static Public Member Functions

static CORE_API bool FromCStringAnsi (const ANSICHAR *String)
 
static CORE_API bool FromCStringWide (const WIDECHAR *String)
 
static CORE_API bool FromCStringUtf8 (const UTF8CHAR *String)
 

Detailed Description

Helper class used to convert CString into a boolean value.

Member Function Documentation

◆ FromCStringAnsi()

bool FToBoolHelper::FromCStringAnsi ( const ANSICHAR String)
static

◆ FromCStringUtf8()

bool FToBoolHelper::FromCStringUtf8 ( const UTF8CHAR String)
static

◆ FromCStringWide()

bool FToBoolHelper::FromCStringWide ( const WIDECHAR String)
static

The documentation for this struct was generated from the following files: