Navigation
API > API/Runtime > API/Runtime/Core
Standard implementation
| Name | FStandardPlatformString |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/StandardPlatformString.h |
| Include Path | #include "GenericPlatform/StandardPlatformString.h" |
Syntax
struct FStandardPlatformString : public FGenericPlatformString
Inheritance Hierarchy
- FGenericPlatformStricmp → FGenericPlatformString → FStandardPlatformString
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static double Atod
(
const WIDECHAR* String |
GenericPlatform/StandardPlatformString.h | ||
static double Atod
(
const ANSICHAR* String |
GenericPlatform/StandardPlatformString.h | ||
static double Atod
(
const UTF8CHAR* String |
GenericPlatform/StandardPlatformString.h | ||
static float Atof
(
const WIDECHAR* String |
GenericPlatform/StandardPlatformString.h | ||
static float Atof
(
const ANSICHAR* String |
GenericPlatform/StandardPlatformString.h | ||
static float Atof
(
const UTF8CHAR* String |
GenericPlatform/StandardPlatformString.h | ||
static int32 Atoi
(
const UTF8CHAR* String |
GenericPlatform/StandardPlatformString.h | ||
static int32 Atoi
(
const WIDECHAR* String |
GenericPlatform/StandardPlatformString.h | ||
static int32 Atoi
(
const ANSICHAR* String |
GenericPlatform/StandardPlatformString.h | ||
static int64 Atoi64
(
const WIDECHAR* String |
GenericPlatform/StandardPlatformString.h | ||
static int64 Atoi64
(
const ANSICHAR* String |
GenericPlatform/StandardPlatformString.h | ||
static int64 Atoi64
(
const UTF8CHAR* String |
GenericPlatform/StandardPlatformString.h | ||
static int32 GetVarArgs
(
WIDECHAR* Dest, |
GenericPlatform/StandardPlatformString.h | ||
static int32 GetVarArgs
(
ANSICHAR* Dest, |
GenericPlatform/StandardPlatformString.h | ||
static int32 GetVarArgs
(
UTF8CHAR* Dest, |
GenericPlatform/StandardPlatformString.h | ||
static UTF8CHAR * Strcat
(
UTF8CHAR* Dest, |
This version was deprecated because Strcat taking a size field does not match the CRT strcat, and on some platforms the size field was being ignored. | GenericPlatform/StandardPlatformString.h | |
static ANSICHAR * Strcat
(
ANSICHAR* Dest, |
GenericPlatform/StandardPlatformString.h | ||
static ANSICHAR * Strcat
(
ANSICHAR* Dest, |
This version was deprecated because Strcat taking a size field does not match the CRT strcat, and on some platforms the size field was being ignored. | GenericPlatform/StandardPlatformString.h | |
static WIDECHAR * Strcat
(
WIDECHAR* Dest, |
This version was deprecated because Strcat taking a size field does not match the CRT strcat, and on some platforms the size field was being ignored. | GenericPlatform/StandardPlatformString.h | |
static WIDECHAR * Strcat
(
WIDECHAR* Dest, |
GenericPlatform/StandardPlatformString.h | ||
static UTF8CHAR * Strcat
(
UTF8CHAR* Dest, |
GenericPlatform/StandardPlatformString.h | ||
static const WIDECHAR * Strchr
(
const WIDECHAR* String, |
GenericPlatform/StandardPlatformString.h | ||
static const ANSICHAR * Strchr
(
const ANSICHAR* String, |
GenericPlatform/StandardPlatformString.h | ||
static const UTF8CHAR * Strchr
(
const UTF8CHAR* String, |
GenericPlatform/StandardPlatformString.h | ||
static int32 Strcmp
(
const WIDECHAR* String1, |
GenericPlatform/StandardPlatformString.h | ||
static int32 Strcmp
(
const ANSICHAR* String1, |
GenericPlatform/StandardPlatformString.h | ||
static int32 Strcmp
(
const UTF8CHAR* String1, |
GenericPlatform/StandardPlatformString.h | ||
static UTF8CHAR * Strcpy
(
UTF8CHAR* Dest, |
This version was deprecated because Strcpy taking a size field does not match the CRT strcpy, and on some platforms the size field was being ignored. | GenericPlatform/StandardPlatformString.h | |
static WIDECHAR * Strcpy
(
WIDECHAR* Dest, |
This version was deprecated because Strcpy taking a size field does not match the CRT strcpy, and on some platforms the size field was being ignored. | GenericPlatform/StandardPlatformString.h | |
static WIDECHAR * Strcpy
(
WIDECHAR* Dest, |
Unicode implementation | GenericPlatform/StandardPlatformString.h | |
static ANSICHAR * Strcpy
(
ANSICHAR* Dest, |
Ansi implementation | GenericPlatform/StandardPlatformString.h | |
static UTF8CHAR * Strcpy
(
UTF8CHAR* Dest, |
UTF8CHAR implementation. | GenericPlatform/StandardPlatformString.h | |
static ANSICHAR * Strcpy
(
ANSICHAR* Dest, |
This version was deprecated because Strcpy taking a size field does not match the CRT strcpy, and on some platforms the size field was being ignored. | GenericPlatform/StandardPlatformString.h | |
static int32 Strlen
(
const UCS2CHAR* String |
UCS2 implementation | GenericPlatform/StandardPlatformString.h | |
static int32 Strlen
(
const UTF8CHAR* String |
GenericPlatform/StandardPlatformString.h | ||
static int32 Strlen
(
const ANSICHAR* String |
GenericPlatform/StandardPlatformString.h | ||
static int32 Strlen
(
const WIDECHAR* String |
GenericPlatform/StandardPlatformString.h | ||
static WIDECHAR * Strncat
(
WIDECHAR* Dest, |
GenericPlatform/StandardPlatformString.h | ||
static ANSICHAR * Strncat
(
ANSICHAR* Dest, |
GenericPlatform/StandardPlatformString.h | ||
static UTF8CHAR * Strncat
(
UTF8CHAR* Dest, |
GenericPlatform/StandardPlatformString.h | ||
static int32 Strncmp
(
const WIDECHAR* String1, |
GenericPlatform/StandardPlatformString.h | ||
static int32 Strncmp
(
const ANSICHAR* String1, |
GenericPlatform/StandardPlatformString.h | ||
static int32 Strncmp
(
const UTF8CHAR* String1, |
GenericPlatform/StandardPlatformString.h | ||
static int32 Strncmp
(
const ANSICHAR* String1, |
GenericPlatform/StandardPlatformString.h | ||
static int32 Strncmp
(
const UTF8CHAR* String1, |
GenericPlatform/StandardPlatformString.h | ||
static int32 Strncmp
(
const WIDECHAR* String1, |
GenericPlatform/StandardPlatformString.h | ||
static int32 Strncmp
(
const UTF8CHAR* String1, |
GenericPlatform/StandardPlatformString.h | ||
static int32 Strncmp
(
const ANSICHAR* String1, |
GenericPlatform/StandardPlatformString.h | ||
static int32 Strncmp
(
const WIDECHAR* String1, |
GenericPlatform/StandardPlatformString.h | ||
static WIDECHAR * Strncpy
(
WIDECHAR* Dest, |
GenericPlatform/StandardPlatformString.h | ||
static ANSICHAR * Strncpy
(
ANSICHAR* Dest, |
GenericPlatform/StandardPlatformString.h | ||
static UTF8CHAR * Strncpy
(
UTF8CHAR* Dest, |
GenericPlatform/StandardPlatformString.h | ||
static int32 Strnlen
(
const UCS2CHAR* String, |
GenericPlatform/StandardPlatformString.h | ||
static int32 Strnlen
(
const UTF8CHAR* String, |
GenericPlatform/StandardPlatformString.h | ||
static int32 Strnlen
(
const WIDECHAR* String, |
GenericPlatform/StandardPlatformString.h | ||
static int32 Strnlen
(
const ANSICHAR* String, |
GenericPlatform/StandardPlatformString.h | ||
static const WIDECHAR * Strrchr
(
const WIDECHAR* String, |
GenericPlatform/StandardPlatformString.h | ||
static const ANSICHAR * Strrchr
(
const ANSICHAR* String, |
GenericPlatform/StandardPlatformString.h | ||
static const UTF8CHAR * Strrchr
(
const UTF8CHAR* String, |
GenericPlatform/StandardPlatformString.h | ||
static const WIDECHAR * Strstr
(
const WIDECHAR* String, |
GenericPlatform/StandardPlatformString.h | ||
static const ANSICHAR * Strstr
(
const ANSICHAR* String, |
GenericPlatform/StandardPlatformString.h | ||
static const UTF8CHAR * Strstr
(
const UTF8CHAR* String, |
GenericPlatform/StandardPlatformString.h | ||
static int32 Strtoi
(
const WIDECHAR* Start, |
GenericPlatform/StandardPlatformString.h | ||
static int32 Strtoi
(
const ANSICHAR* Start, |
GenericPlatform/StandardPlatformString.h | ||
static int32 Strtoi
(
const UTF8CHAR* Start, |
GenericPlatform/StandardPlatformString.h | ||
static int64 Strtoi64
(
const WIDECHAR* Start, |
GenericPlatform/StandardPlatformString.h | ||
static int64 Strtoi64
(
const ANSICHAR* Start, |
GenericPlatform/StandardPlatformString.h | ||
static int64 Strtoi64
(
const UTF8CHAR* Start, |
GenericPlatform/StandardPlatformString.h | ||
static WIDECHAR * Strtok
(
WIDECHAR* StrToken, |
GenericPlatform/StandardPlatformString.h | ||
static ANSICHAR * Strtok
(
ANSICHAR* StrToken, |
GenericPlatform/StandardPlatformString.h | ||
static UTF8CHAR * Strtok
(
UTF8CHAR* StrToken, |
GenericPlatform/StandardPlatformString.h | ||
static uint64 Strtoui64
(
const WIDECHAR* Start, |
GenericPlatform/StandardPlatformString.h | ||
static uint64 Strtoui64
(
const UTF8CHAR* Start, |
GenericPlatform/StandardPlatformString.h | ||
static uint64 Strtoui64
(
const ANSICHAR* Start, |
GenericPlatform/StandardPlatformString.h | ||
static CharType * Strupr
(
CharType* Dest, |
GenericPlatform/StandardPlatformString.h |