Navigation
API > API/Runtime > API/Runtime/Renderer > API/Runtime/Renderer/IComputeSystem
Description
Destroy any compute workers created by this system that are found the InOutWorkers array. Also remove them from the array.
| Name | DestroyWorkers |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/ComputeSystemInterface.h |
| Include Path | #include "ComputeSystemInterface.h" |
void DestroyWorkers
(
FSceneInterface const * InScene,
TArray < IComputeTaskWorker * > & InOutWorkers
)