Choose your operating system:
Windows
macOS
Linux
| IModuleInterface
|
Module |
|
Header |
/Engine/Plugins/Editor/EditorDebugTools/Source/EditorDebugTools/Public/EditorDebugTools.h |
Include |
#include "EditorDebugTools.h" |
class FEditorDebugToolsModule : public IModuleInterface
Name | Description | ||
---|---|---|---|
|
PluginButtonClicked() |
This function will be bound to Command (by default it will bring up plugin window) |
Name | Description | ||
---|---|---|---|
|
ShutdownModule() |
Called before the module is unloaded, right before the module object is destroyed. |
|
|
StartupModule() |
IModuleInterface implementation |