Navigation
API > API/Editor > API/Editor/UATHelper
Inheritance Hierarchy
- IModuleInterface
- IUATHelperModule
References
| Module | UATHelper |
| Header | /Engine/Source/Editor/UATHelper/Public/IUATHelperModule.h |
| Include | #include "IUATHelperModule.h" |
Syntax
class IUATHelperModule : public IModuleInterface
Remarks
The public interface to this module
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CreateUatTask
(
const FString& CommandLine, |
Creates and starts up a UAT Task | |
| IUATHelperModule & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |
Typedefs
| Name | Description |
|---|---|
| UatTaskResultCallack | Used to callback into calling code when a UAT task completes. |