UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ComputeSystemInterface.cpp File Reference

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)
 

Variables

TArray< IComputeSystem * > ComputeSystemInterface::GRegisteredSystems