Navigation API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging Inheritance Hierarchy FActiveExternalProfilerBase FScopedExternalProfilerBase FExternalProfilerIncluder References Module Core Header /Engine/Source/Runtime/Core/Public/ProfilingDebugging/ExternalProfiler.h Include #include "ProfilingDebugging/ExternalProfiler.h" Syntax class FExternalProfilerIncluder : public FScopedExternalProfilerBase Copy full snippetclass FExternalProfilerIncluder : public FScopedExternalProfilerBase Remarks FExternalProfilerIncluder Use this to include a body of code in profiler's captured session using 'Resume' and 'Pause' cues. It can safely be embedded within another 'timer' or 'excluder' scope. Constructors Type Name Description FExternalProfilerIncluder () Constructor Destructors Type Name Description ~FExternalProfilerIncluder () Destructor