FTaskSpecification::AddDependencies

Used to add channel dependencies to a Task.

Choose your operating system:

Windows

macOS

Linux

References

Module

SwarmInterface

Header

/Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h

Include

#include "SwarmInterface.h"

Syntax

void AddDependencies
(
    const TCHAR ** NewDependencies,
    uint32 NewDependencyCount
)

Remarks

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.

Parameters

Parameter

Description

NewDependencies

The list of additional dependent channel names

NewDependencyCount

The number of elements in the NewDependencies list