Navigation
Unreal Engine C++ API Reference > Developer > DistributedBuildInterface > IDistributedBuildController
- IDistributedBuildController::EnqueueTask()
References
Module | DistributedBuildInterface |
Header | /Engine/Source/Developer/DistributedBuildInterface/Public/DistributedBuildControllerInterface.h |
Include | #include "DistributedBuildControllerInterface.h" |
[TFuture](API\Runtime\Core\Async\TFuture)< [FDistributedBuildTaskResult](API\Developer\DistributedBuildInterface\FDistributedBuildTaskResult) > EnqueueTask ( const [FTaskCommandData](API\Developer\DistributedBuildInterface\FTaskCommandData) & CommandData )
Remarks
Launches a task. Returns a future which can be waited on for the results.