Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FStandardPlatformString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static WIDECHAR * Strtok
(
WIDECHAR* StrToken, |
GenericPlatform/StandardPlatformString.h | ||
static ANSICHAR * Strtok
(
ANSICHAR* StrToken, |
GenericPlatform/StandardPlatformString.h | ||
static UTF8CHAR * Strtok
(
UTF8CHAR* StrToken, |
GenericPlatform/StandardPlatformString.h |
Strtok(WIDECHAR , const WIDECHAR , WIDECHAR **)
| Name | Strtok |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/StandardPlatformString.h |
| Include Path | #include "GenericPlatform/StandardPlatformString.h" |
static WIDECHAR * Strtok
(
WIDECHAR * StrToken,
const WIDECHAR * Delim,
WIDECHAR ** Context
)
Strtok(ANSICHAR , const ANSICHAR , ANSICHAR **)
| Name | Strtok |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/StandardPlatformString.h |
| Include Path | #include "GenericPlatform/StandardPlatformString.h" |
static ANSICHAR * Strtok
(
ANSICHAR * StrToken,
const ANSICHAR * Delim,
ANSICHAR ** Context
)
Strtok(UTF8CHAR , const UTF8CHAR , UTF8CHAR **)
| Name | Strtok |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/StandardPlatformString.h |
| Include Path | #include "GenericPlatform/StandardPlatformString.h" |
static UTF8CHAR * Strtok
(
UTF8CHAR * StrToken,
const UTF8CHAR * Delim,
UTF8CHAR ** Context
)