IUATHelperModule

The public interface to this module

Windows
MacOS
Linux

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

Name Description

Public function

void

 

CreateUatTask

(
    const FString& CommandLine,
    const FText& PlatformDisplayName,
    const FText& TaskName,
    const FText& TaskShortName,
    const FSlateBrush* TaskIcon,
    UatTaskResultCallack ResultCallback
)

Public function Static

IUATHelperMo...

 

Get()

Singleton-like access to this module's interface.

Public function Static

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss