Navigation
API > API/Editor > API/Editor/DerivedDataEditor
The module holding all of the UI related pieces for DerivedData
| Name | FDerivedDataEditor |
| Type | class |
| Header File | /Engine/Source/Editor/DerivedDataEditor/Public/DerivedDataEditor.h |
| Include Path | #include "DerivedDataEditor.h" |
Syntax
class FDerivedDataEditor : public IModuleInterface
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CacheStatisticsTab | TWeakPtr< SDockTab > | DerivedDataEditor.h | ||
| DerivedDataCacheNotifications | TUniquePtr< IDerivedDataCacheNotifications > | DerivedDataEditor.h | ||
| ResourceUsageTab | TWeakPtr< SDockTab > | DerivedDataEditor.h | ||
| SettingsDialog | TSharedPtr< SDerivedDataCacheSettingsDialog > | DerivedDataEditor.h | ||
| SettingsWindow | TSharedPtr< SWindow > | DerivedDataEditor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< SWidget > CreateStatusBarWidget() |
DerivedDataEditor.h | ||
void ShowCacheStatisticsTab() |
DerivedDataEditor.h | ||
void ShowResourceUsageTab() |
DerivedDataEditor.h | ||
virtual void ShutdownModule() |
Called before the module is unloaded, right before the module object is destroyed. | DerivedDataEditor.h | |
virtual void StartupModule() |
Called right after the module DLL has been loaded and the module object has been created | DerivedDataEditor.h |