UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FComputeContext Struct Reference

#include <ComputeWorkerInterface.h>

Public Attributes

FRDGBuilderGraphBuilder
 
FName ExecutionGroupName
 
ERHIFeatureLevel::Type FeatureLevel = static_cast<ERHIFeatureLevel::Type>(0)
 
const FSceneInterfaceScene = nullptr
 
const FSceneViewView = nullptr
 

Member Data Documentation

◆ ExecutionGroupName

FName FComputeContext::ExecutionGroupName

◆ FeatureLevel

ERHIFeatureLevel::Type FComputeContext::FeatureLevel = static_cast<ERHIFeatureLevel::Type>(0)

◆ GraphBuilder

FRDGBuilder& FComputeContext::GraphBuilder

◆ Scene

const FSceneInterface* FComputeContext::Scene = nullptr

◆ View

const FSceneView* FComputeContext::View = nullptr

The documentation for this struct was generated from the following file: