Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ComputeWorkerInterface.h |
| Include | #include "ComputeWorkerInterface.h" |
Syntax
class IComputeTaskWorker
Remarks
Interface for a compute task worker. Implementations will queue and schedule work per scene before the renderer submits at fixed points in the frame.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Returns true if there is any scheduled work. | ||
| void | SubmitWork
(
FRDGBuilder& GraphBuilder, |
Add any scheduled work to an RDGBuilder ready for execution. |