IUATHelperModule::CreateUatTask

Creates and starts up a UAT Task

Windows
MacOS
Linux

References

Module

UATHelper

Header

/Engine/Source/Editor/UATHelper/Public/IUATHelperModule.h

Include

#include "IUATHelperModule.h"

Syntax

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

Remarks

Creates and starts up a UAT Task

Parameters

Parameter

Description

ResultLocation

The folder where the result of the task will be stored

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