Navigation
API > API/Runtime > API/Runtime/Core
| Name | FPlatformEventsTrace |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/PlatformEvents.h |
| Include Path | #include "ProfilingDebugging/PlatformEvents.h" |
Syntax
class FPlatformEventsTrace
Enums
Public
| Name | Remarks |
|---|---|
| EEventType |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Disable
(
EEventType Event |
ProfilingDebugging/PlatformEvents.h | ||
static void Enable
(
EEventType Event |
ProfilingDebugging/PlatformEvents.h | ||
static EEventType GetEvent
(
const FString& Name |
ProfilingDebugging/PlatformEvents.h | ||
static void Init
(
uint32 SamplingIntervalUsec |
ProfilingDebugging/PlatformEvents.h | ||
static void OnTraceChannelUpdated
(
const FString& ChannelName, |
ProfilingDebugging/PlatformEvents.h | ||
static void OutputContextSwitch
(
uint64 StartTime, |
ProfilingDebugging/PlatformEvents.h | ||
static void OutputStackSample
(
uint64 Time, |
ProfilingDebugging/PlatformEvents.h | ||
static void OutputThreadName
(
uint32 ThreadId, |
ProfilingDebugging/PlatformEvents.h | ||
static void PostInit() |
ProfilingDebugging/PlatformEvents.h | ||
static void Stop() |
ProfilingDebugging/PlatformEvents.h |