Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FFrameProProfiler
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void PopEvent () |
End currently active named event | FramePro/FrameProProfiler.h | |
static void PopEvent
(
const TCHAR* Override |
FramePro/FrameProProfiler.h | ||
static void PopEvent
(
const ANSICHAR* Override |
FramePro/FrameProProfiler.h |
PopEvent()
Description
End currently active named event
| Name | PopEvent |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/FramePro/FrameProProfiler.h |
| Include Path | #include "FramePro/FrameProProfiler.h" |
| Source | /Engine/Source/Runtime/Core/Private/FramePro/FrameProProfiler.cpp |
static void PopEvent()
PopEvent(const TCHAR *)
| Name | PopEvent |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/FramePro/FrameProProfiler.h |
| Include Path | #include "FramePro/FrameProProfiler.h" |
| Source | /Engine/Source/Runtime/Core/Private/FramePro/FrameProProfiler.cpp |
static void PopEvent
(
const TCHAR * Override
)
PopEvent(const ANSICHAR *)
| Name | PopEvent |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/FramePro/FrameProProfiler.h |
| Include Path | #include "FramePro/FrameProProfiler.h" |
| Source | /Engine/Source/Runtime/Core/Private/FramePro/FrameProProfiler.cpp |
static void PopEvent
(
const ANSICHAR * Override
)