FSwarmInterface::OpenJob

Opens a Job session, which allows a Job to be specified, Tasks added, Job channels opened and used, etc.

Choose your operating system:

Windows

macOS

Linux

References

Module

SwarmInterface

Header

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

Include

#include "SwarmInterface.h"

Syntax

int32 OpenJob
(
    const FGuid & JobGuid
)

Remarks

Opens a Job session, which allows a Job to be specified, Tasks added, Job channels opened and used, etc. When the Job is complete and no more Job related data is needed from the Swarm, call CloseJob.

Returns

int32 Error code (< 0 is an error)

Parameters

Parameter

Description

JobGuid

A GUID that uniquely identifies this Job, generated by the caller