Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FStandardPlatformString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static WIDECHAR * Strcat
(
WIDECHAR* Dest, |
GenericPlatform/StandardPlatformString.h | ||
static ANSICHAR * Strcat
(
ANSICHAR* Dest, |
GenericPlatform/StandardPlatformString.h | ||
static UTF8CHAR * Strcat
(
UTF8CHAR* Dest, |
GenericPlatform/StandardPlatformString.h | ||
static WIDECHAR * Strcat
(
WIDECHAR* Dest, |
This version was deprecated because Strcat taking a size field does not match the CRT strcat, and on some platforms the size field was being ignored. | GenericPlatform/StandardPlatformString.h | |
static ANSICHAR * Strcat
(
ANSICHAR* Dest, |
This version was deprecated because Strcat taking a size field does not match the CRT strcat, and on some platforms the size field was being ignored. | GenericPlatform/StandardPlatformString.h | |
static UTF8CHAR * Strcat
(
UTF8CHAR* Dest, |
This version was deprecated because Strcat taking a size field does not match the CRT strcat, and on some platforms the size field was being ignored. | GenericPlatform/StandardPlatformString.h |
Strcat(WIDECHAR , const WIDECHAR )
| Name | Strcat |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/StandardPlatformString.h |
| Include Path | #include "GenericPlatform/StandardPlatformString.h" |
static WIDECHAR * Strcat
(
WIDECHAR * Dest,
const WIDECHAR * Src
)
Strcat(ANSICHAR , const ANSICHAR )
| Name | Strcat |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/StandardPlatformString.h |
| Include Path | #include "GenericPlatform/StandardPlatformString.h" |
static ANSICHAR * Strcat
(
ANSICHAR * Dest,
const ANSICHAR * Src
)
Strcat(UTF8CHAR , const UTF8CHAR )
| Name | Strcat |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/StandardPlatformString.h |
| Include Path | #include "GenericPlatform/StandardPlatformString.h" |
static UTF8CHAR * Strcat
(
UTF8CHAR * Dest,
const UTF8CHAR * Src
)
Strcat(WIDECHAR , SIZE_T, const WIDECHAR )
Description
This version was deprecated because Strcat taking a size field does not match the CRT strcat, and on some platforms the size field was being ignored.
| Name | Strcat |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/StandardPlatformString.h |
| Include Path | #include "GenericPlatform/StandardPlatformString.h" |
static WIDECHAR * Strcat
(
WIDECHAR * Dest,
SIZE_T DestCount,
const WIDECHAR * Src
)
Strcat(ANSICHAR , SIZE_T, const ANSICHAR )
Description
This version was deprecated because Strcat taking a size field does not match the CRT strcat, and on some platforms the size field was being ignored.
| Name | Strcat |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/StandardPlatformString.h |
| Include Path | #include "GenericPlatform/StandardPlatformString.h" |
static ANSICHAR * Strcat
(
ANSICHAR * Dest,
SIZE_T DestCount,
const ANSICHAR * Src
)
Strcat(UTF8CHAR , SIZE_T, const UTF8CHAR )
Description
This version was deprecated because Strcat taking a size field does not match the CRT strcat, and on some platforms the size field was being ignored.
| Name | Strcat |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/StandardPlatformString.h |
| Include Path | #include "GenericPlatform/StandardPlatformString.h" |
static UTF8CHAR * Strcat
(
UTF8CHAR * Dest,
SIZE_T DestCount,
const UTF8CHAR * Src
)