UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FParallelPassSet Struct Reference
+ Inheritance diagram for FParallelPassSet:

Public Member Functions

 FParallelPassSet ()=default
 
- Public Member Functions inherited from FRHICommandListImmediate::FQueuedCommandList
 FQueuedCommandList ()=default
 
 FQueuedCommandList (FRHICommandListBase *InCmdList)
 

Public Attributes

TArray< FRDGPass *, FRDGArrayAllocatorPasses
 
bool bDispatchAfterExecute = false
 
bool bTaskModeAsync = false
 
- Public Attributes inherited from FRHICommandListImmediate::FQueuedCommandList
FRHICommandListBaseCmdList = nullptr
 

Constructor & Destructor Documentation

◆ FParallelPassSet()

FParallelPassSet::FParallelPassSet ( )
default

Member Data Documentation

◆ bDispatchAfterExecute

bool FParallelPassSet::bDispatchAfterExecute = false

◆ bTaskModeAsync

bool FParallelPassSet::bTaskModeAsync = false

◆ Passes

TArray<FRDGPass*, FRDGArrayAllocator> FParallelPassSet::Passes

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