Navigation
API > API/Plugins > API/Plugins/AudioInsights
| Name | IDashboardDataTreeViewEntry |
| Type | class |
| Header File | /Engine/Plugins/AudioInsights/Source/AudioInsights/Public/AudioInsightsDataSource.h |
| Include Path | #include "AudioInsightsDataSource.h" |
Syntax
class IDashboardDataTreeViewEntry : public TSharedFromThis< IDashboardDataTreeViewEntry >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → IDashboardDataTreeViewEntry
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IDashboardDataTreeViewEntry() |
AudioInsightsDataSource.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsExpanded | bool | AudioInsightsDataSource.h | ||
| Children | TArray< TSharedPtr< IDashboardDataTreeViewEntry > > | AudioInsightsDataSource.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FText & GetDisplayName() |
AudioInsightsDataSource.h | ||
const FLinearColor & GetEntryColor() |
AudioInsightsDataSource.h | ||
uint64 GetEntryID() |
AudioInsightsDataSource.h | ||
bool HasSetInitExpansion() |
AudioInsightsDataSource.h | ||
bool IsValid() |
AudioInsightsDataSource.h | ||
void ResetHasSetInitExpansion() |
AudioInsightsDataSource.h | ||
void SetEntryColor
(
const FLinearColor& Color |
AudioInsightsDataSource.h |