UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ComputeSystemInterface.h File Reference
#include "Containers/Array.h"
#include "RHIDefinitions.h"

Go to the source code of this file.

Classes

class  IComputeSystem
 

Namespaces

namespace  ComputeSystemInterface
 

Functions

void ComputeSystemInterface::RegisterSystem (IComputeSystem *InSystem)
 
void ComputeSystemInterface::UnregisterSystem (IComputeSystem *InSystem)
 
void ComputeSystemInterface::CreateWorkers (FSceneInterface const *InScene, TArray< IComputeTaskWorker * > &OutWorkders)
 
void ComputeSystemInterface::DestroyWorkers (FSceneInterface const *InScene, TArray< IComputeTaskWorker * > &InOutWorkders)