Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h |
Include |
#include "SwarmInterface.h" |
Used to add channel dependencies to a Job. When an Agent runs this Job, it will ensure that all dependencies are satisfied prior to launching the executable.
that the Job executable is an implied dependency.
Parameter |
Description |
---|---|
NewRequiredDependencies |
The list of additional required dependent channel names |
NewRequiredDependencyCount |
The number of elements in the NewRequiredDependencies list |
NewOptionalDependencies |
The list of additional optional dependent channel names |
NewOptionalDependencyCount |
The number of elements in the NewOptionalDependencies list |