Navigation
API > API/Plugins > API/Plugins/AudioInsights
Tree view entries can inherit from this class to implement extra UObject functionality (ex: open, browse, edit, etc.)
| Name | IObjectTreeDashboardEntry |
| Type | class |
| Header File | /Engine/Plugins/AudioInsights/Source/AudioInsights/Public/Views/TreeDashboardViewFactory.h |
| Include Path | #include "Views/TreeDashboardViewFactory.h" |
Syntax
class IObjectTreeDashboardEntry : public UE::Audio::Insights::IDashboardDataTreeViewEntry
Implements Interfaces
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IObjectTreeDashboardEntry() |
Views/TreeDashboardViewFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TObjectPtr< UObject > GetObject () |
Views/TreeDashboardViewFactory.h | ||
const TObjectPtr< UObject > GetObject () |
Views/TreeDashboardViewFactory.h |