Navigation
API > API/Plugins > API/Plugins/ZoneGraphEditor
The public interface to this module
| Name | FZoneGraphEditorModule |
| Type | class |
| Header File | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraphEditor/Public/ZoneGraphEditorModule.h |
| Include Path | #include "ZoneGraphEditorModule.h" |
Syntax
class FZoneGraphEditorModule : public IModuleInterface
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PluginCommands | TSharedPtr< FUICommandList > | ZoneGraphEditorModule.h | ||
| RegisteredComponentClassNames | TArray< FName > | ZoneGraphEditorModule.h |
Functions
Public
Overridden from IModuleInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
ZoneGraphEditorModule.h | ||
virtual void StartupModule() |
ZoneGraphEditorModule.h |