Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMicrosoftPlatformString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static WIDECHAR * Strcpy
(
WIDECHAR* Dest, |
Wide character implementation | Microsoft/MicrosoftPlatformString.h | |
static ANSICHAR * Strcpy
(
ANSICHAR* Dest, |
Ansi implementation | Microsoft/MicrosoftPlatformString.h | |
static UTF8CHAR * Strcpy
(
UTF8CHAR* Dest, |
UTF8CHAR implementation. | Microsoft/MicrosoftPlatformString.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. | Microsoft/MicrosoftPlatformString.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. | Microsoft/MicrosoftPlatformString.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. | Microsoft/MicrosoftPlatformString.h |
Strcpy(WIDECHAR , const WIDECHAR )
Description
Wide character implementation
| Name | Strcpy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/MicrosoftPlatformString.h |
| Include Path | #include "Microsoft/MicrosoftPlatformString.h" |
static WIDECHAR * Strcpy
(
WIDECHAR * Dest,
const WIDECHAR * Src
)
Strcpy(ANSICHAR , const ANSICHAR )
Description
Ansi implementation
| Name | Strcpy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/MicrosoftPlatformString.h |
| Include Path | #include "Microsoft/MicrosoftPlatformString.h" |
static ANSICHAR * Strcpy
(
ANSICHAR * Dest,
const ANSICHAR * Src
)
Strcpy(UTF8CHAR , const UTF8CHAR )
Description
UTF8CHAR implementation.
| Name | Strcpy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/MicrosoftPlatformString.h |
| Include Path | #include "Microsoft/MicrosoftPlatformString.h" |
static UTF8CHAR * Strcpy
(
UTF8CHAR * Dest,
const UTF8CHAR * Src
)
Strcpy(WIDECHAR , SIZE_T, const WIDECHAR )
Description
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. If the memzeroing causes a performance problem, request a new function StrcpyTruncate.
| Name | Strcpy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/MicrosoftPlatformString.h |
| Include Path | #include "Microsoft/MicrosoftPlatformString.h" |
static WIDECHAR * Strcpy
(
WIDECHAR * Dest,
SIZE_T DestCount,
const WIDECHAR * Src
)
Strcpy(ANSICHAR , SIZE_T, const ANSICHAR )
Description
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. If the memzeroing causes a performance problem, request a new function StrcpyTruncate.
| Name | Strcpy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/MicrosoftPlatformString.h |
| Include Path | #include "Microsoft/MicrosoftPlatformString.h" |
static ANSICHAR * Strcpy
(
ANSICHAR * Dest,
SIZE_T DestCount,
const ANSICHAR * Src
)
Strcpy(UTF8CHAR , SIZE_T, const UTF8CHAR )
Description
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. If the memzeroing causes a performance problem, request a new function StrcpyTruncate.
| Name | Strcpy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/MicrosoftPlatformString.h |
| Include Path | #include "Microsoft/MicrosoftPlatformString.h" |
static UTF8CHAR * Strcpy
(
UTF8CHAR * Dest,
SIZE_T DestCount,
const UTF8CHAR * Src
)