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