Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FStandardPlatformString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 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 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 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 |
Strcpy(WIDECHAR , const WIDECHAR )
Description
Unicode implementation
| Name | Strcpy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/StandardPlatformString.h |
| Include Path | #include "GenericPlatform/StandardPlatformString.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/GenericPlatform/StandardPlatformString.h |
| Include Path | #include "GenericPlatform/StandardPlatformString.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/GenericPlatform/StandardPlatformString.h |
| Include Path | #include "GenericPlatform/StandardPlatformString.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/GenericPlatform/StandardPlatformString.h |
| Include Path | #include "GenericPlatform/StandardPlatformString.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/GenericPlatform/StandardPlatformString.h |
| Include Path | #include "GenericPlatform/StandardPlatformString.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/GenericPlatform/StandardPlatformString.h |
| Include Path | #include "GenericPlatform/StandardPlatformString.h" |
static UTF8CHAR * Strcpy
(
UTF8CHAR * Dest,
SIZE_T DestCount,
const UTF8CHAR * Src
)