Navigation
API > API/Developer > API/Developer/TraceInsights
Session handle passed to IObjectProfilerExtender during OnBeginSession / OnEndSession. Valid only between those two calls.
| Name | IObjectProfilerSession |
| Type | class |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/ObjectProfiler/IObjectProfilerSession.h |
| Include Path | #include "Insights/ObjectProfiler/IObjectProfilerSession.h" |
Syntax
class IObjectProfilerSession
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IObjectProfilerSession() |
Insights/ObjectProfiler/IObjectProfilerSession.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsHideObjectsExternalToProject() |
Insights/ObjectProfiler/IObjectProfilerSession.h | ||
void SetHideObjectsExternalToProject
(
bool bHide |
Toggle the "hide objects external to the current project" tree-view filter. | Insights/ObjectProfiler/IObjectProfilerSession.h |