IDistributedBuildController::EnqueueTask

Launches a task. Returns a future which can be waited on for the results.

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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library