Navigation
API > API/Editor > API/Editor/SwarmInterface > API/Editor/SwarmInterface/FSwarmInterface
Description
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.
| Name | OpenJob |
| Type | function |
| Header File | /Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h |
| Include Path | #include "SwarmInterface.h" |
int32 OpenJob
(
const FGuid & JobGuid
)
int32 Error code (< 0 is an error)
Parameters
| Name | Remarks |
|---|---|
| JobGuid | A GUID that uniquely identifies this Job, generated by the caller |