Navigation
API > API/Plugins > API/Plugins/FunctionalTestingEditor
A module for adding automation exposure in the editor
| Name | IFunctionalTestingEditorModule |
| Type | class |
| Header File | /Engine/Plugins/Tests/FunctionalTestingEditor/Source/Public/FunctionalTestingEditorModule.h |
| Include Path | #include "FunctionalTestingEditorModule.h" |
Syntax
class IFunctionalTestingEditorModule : public IModuleInterface
Implements Interfaces
Functions
Public
Overridden from IModuleInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ShutdownModule() |
Called before the module is unloaded, right before the module object is destroyed. | FunctionalTestingEditorModule.h | |
void StartupModule() |
Called right after the module DLL has been loaded and the module object has been created | FunctionalTestingEditorModule.h |