Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TLiteral_WIDECHAR
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const WIDECHAR Select
(
const ANSICHAR, |
Misc/Char.h | ||
static const WIDECHAR * Select
(
const ANSICHAR*, |
Misc/Char.h |
Select(const ANSICHAR, const WIDECHAR)
| Name | Select |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Char.h |
| Include Path | #include "Misc/Char.h" |
static const WIDECHAR Select
(
const ANSICHAR,
const WIDECHAR wide
)
Select(const ANSICHAR , const WIDECHAR )
| Name | Select |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Char.h |
| Include Path | #include "Misc/Char.h" |
static const WIDECHAR * Select
(
const ANSICHAR *,
const WIDECHAR * wide
)