Navigation
API > API/Developer > API/Developer/TraceInsights
Interface for the Object Profiler Memory View.
| Name | IObjectProfilerMemoryView |
| Type | class |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/Widgets/IObjectProfilerMemoryView.h |
| Include Path | #include "Insights/Widgets/IObjectProfilerMemoryView.h" |
Syntax
class IObjectProfilerMemoryView
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IObjectProfilerMemoryView() |
Default constructor. | Insights/Widgets/IObjectProfilerMemoryView.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IObjectProfilerMemoryView() |
Virtual destructor. | Insights/Widgets/IObjectProfilerMemoryView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< SWidget > GetWidget() |
Insights/Widgets/IObjectProfilerMemoryView.h | ||
void SetAssetInfoProvider
(
TSharedPtr< IAssetInfoProvider > InAssetInfoProvider |
Insights/Widgets/IObjectProfilerMemoryView.h |