Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMicrosoftPlatformString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static WIDECHAR * Strncpy
(
WIDECHAR* Dest, |
Microsoft/MicrosoftPlatformString.h | ||
static ANSICHAR * Strncpy
(
ANSICHAR* Dest, |
Microsoft/MicrosoftPlatformString.h | ||
static UTF8CHAR * Strncpy
(
UTF8CHAR* Dest, |
Microsoft/MicrosoftPlatformString.h |
Strncpy(WIDECHAR , const WIDECHAR , SIZE_T)
| Name | Strncpy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/MicrosoftPlatformString.h |
| Include Path | #include "Microsoft/MicrosoftPlatformString.h" |
static WIDECHAR * Strncpy
(
WIDECHAR * Dest,
const WIDECHAR * Src,
SIZE_T MaxLen
)
Strncpy(ANSICHAR , const ANSICHAR , SIZE_T)
| Name | Strncpy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/MicrosoftPlatformString.h |
| Include Path | #include "Microsoft/MicrosoftPlatformString.h" |
static ANSICHAR * Strncpy
(
ANSICHAR * Dest,
const ANSICHAR * Src,
SIZE_T MaxLen
)
Strncpy(UTF8CHAR , const UTF8CHAR , SIZE_T)
| Name | Strncpy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/MicrosoftPlatformString.h |
| Include Path | #include "Microsoft/MicrosoftPlatformString.h" |
static UTF8CHAR * Strncpy
(
UTF8CHAR * Dest,
const UTF8CHAR * Src,
SIZE_T MaxLen
)