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