Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMicrosoftPlatformString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static WIDECHAR * Strtok
(
WIDECHAR* StrToken, |
Microsoft/MicrosoftPlatformString.h | ||
static ANSICHAR * Strtok
(
ANSICHAR* StrToken, |
Microsoft/MicrosoftPlatformString.h | ||
static UTF8CHAR * Strtok
(
UTF8CHAR* StrToken, |
Microsoft/MicrosoftPlatformString.h |
Strtok(WIDECHAR , const WIDECHAR , WIDECHAR **)
| Name | Strtok |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/MicrosoftPlatformString.h |
| Include Path | #include "Microsoft/MicrosoftPlatformString.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/Microsoft/MicrosoftPlatformString.h |
| Include Path | #include "Microsoft/MicrosoftPlatformString.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/Microsoft/MicrosoftPlatformString.h |
| Include Path | #include "Microsoft/MicrosoftPlatformString.h" |
static UTF8CHAR * Strtok
(
UTF8CHAR * StrToken,
const UTF8CHAR * Delim,
UTF8CHAR ** Context
)