Navigation
API > API/Editor > API/Editor/SwarmInterface > API/Editor/SwarmInterface/FTaskSpecification
Description
Used to add channel dependencies to a Task. When an Agent runs this Task, it will ensure that all dependencies are satisfied prior to giving the Task to the requester.
| Name | AddDependencies |
| Type | function |
| Header File | /Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h |
| Include Path | #include "SwarmInterface.h" |
void AddDependencies
(
const TCHAR ** NewDependencies,
uint32 NewDependencyCount
)
Parameters
| Name | Remarks |
|---|---|
| NewDependencies | The list of additional dependent channel names |
| NewDependencyCount | The number of elements in the NewDependencies list |