![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DynamicMeshComponent.h>
Public Member Functions | |
| virtual | ~IRenderMeshPostProcessor ()=default |
| virtual void | ProcessMesh (const FDynamicMesh3 &Mesh, FDynamicMesh3 &OutRenderMesh)=0 |
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.
|
virtualdefault |
|
pure virtual |