UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FRenderCommandList::FParallelForContext Class Reference

#include <RenderingThread.h>

Public Member Functions

 ~FParallelForContext ()
 
RENDERCORE_API FParallelForContext (FRenderCommandList *InRootCommandList, int32 NumContexts)
 
RENDERCORE_API FParallelForContext (FRenderCommandList *InRootCommandList, int32 NumTasks, int32 BatchSize, EParallelForFlags Flags)
 
 FParallelForContext (const FParallelForContext &)=delete
 
FRenderCommandListGetRootCommandList ()
 
TArrayView< FRenderCommandList * > GetCommandLists ()
 
RENDERCORE_API void Submit ()
 

Constructor & Destructor Documentation

◆ ~FParallelForContext()

FRenderCommandList::FParallelForContext::~FParallelForContext ( )
inline

◆ FParallelForContext() [1/3]

FRenderCommandList::FParallelForContext::FParallelForContext ( FRenderCommandList InRootCommandList,
int32  NumContexts 
)

◆ FParallelForContext() [2/3]

FRenderCommandList::FParallelForContext::FParallelForContext ( FRenderCommandList InRootCommandList,
int32  NumTasks,
int32  BatchSize,
EParallelForFlags  Flags 
)

◆ FParallelForContext() [3/3]

FRenderCommandList::FParallelForContext::FParallelForContext ( const FParallelForContext )
delete

Member Function Documentation

◆ GetCommandLists()

TArrayView< FRenderCommandList * > FRenderCommandList::FParallelForContext::GetCommandLists ( )
inline

◆ GetRootCommandList()

FRenderCommandList * FRenderCommandList::FParallelForContext::GetRootCommandList ( )
inline

◆ Submit()

void FRenderCommandList::FParallelForContext::Submit ( )

The documentation for this class was generated from the following files: