Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMicrosoftPlatformString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const WIDECHAR * Strchr
(
const WIDECHAR* String, |
Microsoft/MicrosoftPlatformString.h | ||
static const ANSICHAR * Strchr
(
const ANSICHAR* String, |
Microsoft/MicrosoftPlatformString.h | ||
static const UTF8CHAR * Strchr
(
const UTF8CHAR* String, |
Microsoft/MicrosoftPlatformString.h |
Strchr(const WIDECHAR *, WIDECHAR)
| Name | Strchr |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/MicrosoftPlatformString.h |
| Include Path | #include "Microsoft/MicrosoftPlatformString.h" |
static const WIDECHAR * Strchr
(
const WIDECHAR * String,
WIDECHAR C
)
Strchr(const ANSICHAR *, ANSICHAR)
| Name | Strchr |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/MicrosoftPlatformString.h |
| Include Path | #include "Microsoft/MicrosoftPlatformString.h" |
static const ANSICHAR * Strchr
(
const ANSICHAR * String,
ANSICHAR C
)
Strchr(const UTF8CHAR *, UTF8CHAR)
| Name | Strchr |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/MicrosoftPlatformString.h |
| Include Path | #include "Microsoft/MicrosoftPlatformString.h" |
static const UTF8CHAR * Strchr
(
const UTF8CHAR * String,
UTF8CHAR C
)