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