Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FActiveExternalProfilerBase
Description
Pauses or resumes the active profiler. Returns the previous recording state (true if it was recording, false if it was paused.)
| Name | SetActiveProfilerRecording |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/ExternalProfiler.h |
| Include Path | #include "ProfilingDebugging/ExternalProfiler.h" |
| Source | /Engine/Source/Runtime/Core/Private/ProfilingDebugging/ExternalProfiler.cpp |
static bool SetActiveProfilerRecording
(
bool bRecording
)