Navigation
API > API/Plugins > API/Plugins/FastbuildController
Inheritance Hierarchy
- IDistributedBuildController
- FFastBuildControllerModule
References
| Module | FastbuildController |
| Header | /Engine/Plugins/FastBuildController/Source/Public/FastBuildControllerModule.h |
| Include | #include "FastBuildControllerModule.h" |
Syntax
class FFastBuildControllerModule : public IDistributedBuildController
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | |||
| bool | |||
| FString | |||
| FTask * | DequeueTask () |
||
| void | DeRegisterDispatchedTasks
(
const TArray< uint32 >& InTasksID |
||
| TFuture< FDistributedBuildTaskResult > | EnqueueTask
(
const FTaskCommandData& CommandData |
||
| void | EnqueueTask
(
FTask* Task |
||
| FFastBuildControllerModule & | Get () |
||
| const TMap< uint32, FTask * > & | |||
| FString | |||
| const FString | GetName () |
||
| int32 | |||
| FString | |||
| FCriticalSection * | GetTasksCS () |
||
| FString | |||
| void | |||
| bool | IsSupported () |
||
| void | |||
| void | RegisterDispatchedTask
(
FTask* DispatchedTask |
||
| FString | |||
| void | ReportJobProcessed
(
FTask* CompletedTask, |
||
| bool | |||
| void | |||
| void |