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