Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/CString.h |
Include | #include "Misc/CString.h" |
Syntax
struct FToBoolHelper
Remarks
Helper class used to convert CString into a boolean value.
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | FromCStringAnsi
(
const ANSICHAR* String |
|
![]() ![]() |
bool | FromCStringUtf8
(
const UTF8CHAR* String |
|
![]() ![]() |
bool | FromCStringWide
(
const WIDECHAR* String |