Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMisc
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void CustomNamedStat
(
const TCHAR* Text, |
Set the value for a named custom stat that can be viewed in external tool, both generic and platform-specific. | GenericPlatform/GenericPlatformMisc.h | |
static void CustomNamedStat
(
const ANSICHAR* Text, |
GenericPlatform/GenericPlatformMisc.h |
CustomNamedStat(const TCHAR , float, const TCHAR , const TCHAR *)
Description
Set the value for a named custom stat that can be viewed in external tool, both generic and platform-specific.
| Name | CustomNamedStat |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
| Include Path | #include "GenericPlatform/GenericPlatformMisc.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMisc.cpp |
static void CustomNamedStat
(
const TCHAR * Text,
float Value,
const TCHAR * Graph,
const TCHAR * Unit
)
CustomNamedStat(const ANSICHAR , float, const ANSICHAR , const ANSICHAR *)
| Name | CustomNamedStat |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
| Include Path | #include "GenericPlatform/GenericPlatformMisc.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMisc.cpp |
static void CustomNamedStat
(
const ANSICHAR * Text,
float Value,
const ANSICHAR * Graph,
const ANSICHAR * Unit
)