FSwarmInterface::OpenJob

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

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

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