Navigation
API > API/Runtime > API/Runtime/Renderer
Description
Provides a callback to build FMeshDrawCommands and then submits them immediately. Useful for legacy / editor code paths. Does many dynamic allocations - do not use for game rendering.
| Name | DrawDynamicMeshPass |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/MeshPassProcessor.inl |
| Include Path | #include "MeshPassProcessor.inl" |
template<typename LambdaType>
void DrawDynamicMeshPass
(
const FSceneView & View,
FRHICommandList & RHICmdList,
const LambdaType & BuildPassProcessorLambda,
bool bForceStereoInstancingOff
)