FSwarmInterface::AddTask

Adds a Task to the current Job

Windows
MacOS
Linux

References

Module

SwarmInterface

Header

/Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h

Include

#include "SwarmInterface.h"

Syntax

int32 AddTask
(
    const FTaskSpecification & Specification
)

Remarks

Adds a Task to the current Job

Returns

int32 Error code (< 0 is an error)

Parameters

Parameter

Description

Specification

A structure describing the new Task

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