Navigation
Unreal Engine C++ API Reference > Runtime > Core > ProfilingDebugging
Inheritance Hierarchy
- FActiveExternalProfilerBase
- FScopedExternalProfilerBase
- FExternalProfilerExcluder
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/ExternalProfiler.h |
Include | #include "ProfilingDebugging/ExternalProfiler.h" |
Syntax
class FExternalProfilerExcluder : public FScopedExternalProfilerBase
Remarks
Use this to EXCLUDE a body of code from profiler's captured session. It can safely be embedded within another 'timer' or 'excluder' scope.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Constructor |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
Destructor |