Navigation
API > API/Runtime > API/Runtime/Renderer > API/Runtime/Renderer/IComputeSystem
Description
Create compute workers and add to OutWorkers. The created compute workers will only be used by InScene.
| Name | CreateWorkers |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/ComputeSystemInterface.h |
| Include Path | #include "ComputeSystemInterface.h" |
void CreateWorkers
(
FSceneInterface const * InScene,
TArray < IComputeTaskWorker * > & OutWorkers
)