Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMicrosoftPlatformString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 GetVarArgs
(
ANSICHAR* Dest, |
Microsoft/MicrosoftPlatformString.h | ||
static int32 GetVarArgs
(
UTF8CHAR* Dest, |
Microsoft/MicrosoftPlatformString.h | ||
static int32 GetVarArgs
(
WIDECHAR* Dest, |
Allow fallback to FGenericWidePlatformString::GetVarArgs when PLATFORM_USE_GENERIC_STRING_IMPLEMENTATION is set. | Microsoft/MicrosoftPlatformString.h |
GetVarArgs(ANSICHAR , SIZE_T, const ANSICHAR &, va_list)
| Name | GetVarArgs |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/MicrosoftPlatformString.h |
| Include Path | #include "Microsoft/MicrosoftPlatformString.h" |
static int32 GetVarArgs
(
ANSICHAR * Dest,
SIZE_T DestSize,
const ANSICHAR *& Fmt,
va_list ArgPtr
)
GetVarArgs(UTF8CHAR , SIZE_T, const UTF8CHAR &, va_list)
| Name | GetVarArgs |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/MicrosoftPlatformString.h |
| Include Path | #include "Microsoft/MicrosoftPlatformString.h" |
static int32 GetVarArgs
(
UTF8CHAR * Dest,
SIZE_T DestSize,
const UTF8CHAR *& Fmt,
va_list ArgPtr
)
GetVarArgs(WIDECHAR , SIZE_T, const WIDECHAR &, va_list)
Description
Allow fallback to FGenericWidePlatformString::GetVarArgs when PLATFORM_USE_GENERIC_STRING_IMPLEMENTATION is set.
| Name | GetVarArgs |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/MicrosoftPlatformString.h |
| Include Path | #include "Microsoft/MicrosoftPlatformString.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericWidePlatformString.cpp |
static int32 GetVarArgs
(
WIDECHAR * Dest,
SIZE_T DestSize,
const WIDECHAR *& Fmt,
va_list ArgPtr
)