Navigation
API > API/Plugins > API/Plugins/WidgetAutomationTests
Inheritance Hierarchy
- IModuleInterface
- IWidgetAutomationTests
References
| Module | WidgetAutomationTests |
| Header | /Engine/Plugins/Tests/WidgetAutomationTests/Source/WidgetAutomationTests/Public/IWidgetAutomationTestsModule.h |
| Include | #include "IWidgetAutomationTestsModule.h" |
Syntax
class IWidgetAutomationTests : public IModuleInterface
Remarks
The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.
Functions
| Type | Name | Description | |
|---|---|---|---|
| IWidgetAutomationTests & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |