Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMisc
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void BeginNamedEvent
(
const FColor& Color, |
Add a named event that can be viewed in external tool, both generic and platform-specific. | GenericPlatform/GenericPlatformMisc.h | |
static void BeginNamedEvent
(
const FColor& Color, |
GenericPlatform/GenericPlatformMisc.h |
BeginNamedEvent(const struct FColor &, const TCHAR *)
Description
Add a named event that can be viewed in external tool, both generic and platform-specific.
| Name | BeginNamedEvent |
| 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 BeginNamedEvent
(
const struct FColor & Color,
const TCHAR * Text
)
BeginNamedEvent(const struct FColor &, const ANSICHAR *)
| Name | BeginNamedEvent |
| 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 BeginNamedEvent
(
const struct FColor & Color,
const ANSICHAR * Text
)