Navigation
API > API/Editor > API/Editor/DerivedDataEditor
Inheritance Hierarchy
- IModuleInterface
- FDerivedDataEditorModule
References
| Module | DerivedDataEditor |
| Header | /Engine/Source/Editor/DerivedDataEditor/Public/DerivedDataEditorModule.h |
| Include | #include "DerivedDataEditorModule.h" |
Syntax
class FDerivedDataEditorModule : public IModuleInterface
Remarks
The module holding all of the UI related pieces for DerivedData
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | |||
| IDerivedDataCacheNotifications & | |||
| void | |||
| void |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | Called right after the module DLL has been loaded and the module object has been created |