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