Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform
Inheritance Hierarchy
- FGenericPlatformStricmp
- FGenericPlatformString
- FGenericWidePlatformString
- FMicrosoftPlatformString
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/MicrosoftPlatformString.h |
| Include | #include "GenericPlatform/MicrosoftPlatformString.h" |
Syntax
struct FMicrosoftPlatformString : public FGenericWidePlatformString
Remarks
Microsoft specific implementation
Functions
| Type | Name | Description | |
|---|---|---|---|
| double | |||
| double | |||
| double | |||
| float | |||
| float | |||
| float | |||
| int32 | |||
| int32 | |||
| int32 | |||
| int64 | |||
| int64 | |||
| int64 | |||
| int32 | GetVarArgs
(
ANSICHAR* Dest, |
||
| int32 | GetVarArgs
(
UTF8CHAR* Dest, |
||
| int32 | GetVarArgs
(
WIDECHAR* Dest, |
Allow fallback to FGenericWidePlatformString::GetVarArgs when PLATFORM_USE_GENERIC_STRING_IMPLEMENTATION is set. | |
| ANSICHAR * | |||
| UTF8CHAR * | |||
| WIDECHAR * | |||
| const WIDECHAR * | |||
| const ANSICHAR * | |||
| const UTF8CHAR * | |||
| int32 | |||
| int32 | |||
| int32 | |||
| ANSICHAR * | Ansi implementation | ||
| WIDECHAR * | Wide character implementation | ||
| UTF8CHAR * | UTF8CHAR implementation. | ||
| int32 | |||
| int32 | |||
| int32 | UCS2CHAR implementation - this is identical to WIDECHAR for Windows platforms | ||
| int32 | |||
| int32 | |||
| int32 | |||
| int32 | |||
| int32 | |||
| int32 | |||
| int32 | |||
| int32 | |||
| int32 | |||
| int32 | |||
| WIDECHAR * | |||
| ANSICHAR * | |||
| UTF8CHAR * | |||
| int32 | |||
| int32 | |||
| int32 | |||
| int32 | |||
| const WIDECHAR * | |||
| const ANSICHAR * | |||
| const UTF8CHAR * | |||
| const UTF8CHAR * | |||
| const WIDECHAR * | |||
| const ANSICHAR * | |||
| int32 | |||
| int32 | |||
| int32 | |||
| int64 | |||
| int64 | |||
| int64 | |||
| WIDECHAR * | |||
| ANSICHAR * | |||
| UTF8CHAR * | |||
| uint64 | |||
| uint64 | |||
| uint64 |
Typedefs
| Name | Description |
|---|---|
| Super |