Navigation
Unreal Engine C++ API Reference > Editor > DerivedDataEditor
Inheritance Hierarchy
References
Module | DerivedDataEditor |
Header | /Engine/Source/Editor/DerivedDataEditor/Public/DerivedDataEditorModule.h |
Include | #include "DerivedDataEditorModule.h" |
Syntax
class FDerivedDataEditorModule : public [IModuleInterface](API\Runtime\Core\Modules\IModuleInterface)
Remarks
The module holding all of the UI related pieces for DerivedData
Functions
Type | Name | Description |
---|---|---|
TSharedRef< ... | CreateStatusBarWidget () | |
IDerivedData... | GetCacheNotifcations () | |
void | ShowCacheStatisticsTab () | |
void | ShowResourceUsageTab () |
Overridden from IModuleInterface
Type | Name | Description |
---|---|---|
void | ShutdownModule () | Called before the module is unloaded, right before the module object is destroyed. |
void | StartupModule () | Called right after the module DLL has been loaded and the module object has been created |