UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IRenderMeshPostProcessor Class Referenceabstract

#include <DynamicMeshComponent.h>

Public Member Functions

virtual ~IRenderMeshPostProcessor ()=default
 
virtual void ProcessMesh (const FDynamicMesh3 &Mesh, FDynamicMesh3 &OutRenderMesh)=0
 

Detailed Description

Interface for a render mesh processor. Use this to process the Mesh stored in UDynamicMeshComponent before sending it off for rendering. NOTE: This is called whenever the Mesh is updated and before rendering, so performance matters.

Constructor & Destructor Documentation

◆ ~IRenderMeshPostProcessor()

virtual IRenderMeshPostProcessor::~IRenderMeshPostProcessor ( )
virtualdefault

Member Function Documentation

◆ ProcessMesh()

virtual void IRenderMeshPostProcessor::ProcessMesh ( const FDynamicMesh3 Mesh,
FDynamicMesh3 OutRenderMesh 
)
pure virtual

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