FTaskSpecification::AddDependencies

Used to add channel dependencies to a Task.

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss