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