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 Task. When an Agent runs this Task, it will ensure that all dependencies are satisfied prior to giving the Task to the requester.
Parameter |
Description |
---|---|
NewDependencies |
The list of additional dependent channel names |
NewDependencyCount |
The number of elements in the NewDependencies list |