Navigation
API > API/Runtime > API/Runtime/Core
Helper class used to convert CString into a boolean value.
| Name | FToBoolHelper |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/CString.h |
| Include Path | #include "Misc/CString.h" |
Syntax
struct FToBoolHelper
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool FromCStringAnsi
(
const ANSICHAR* String |
Misc/CString.h | ||
static bool FromCStringUtf8
(
const UTF8CHAR* String |
Misc/CString.h | ||
static bool FromCStringWide
(
const WIDECHAR* String |
Misc/CString.h |