Navigation
API > API/Runtime > API/Runtime/GeometryFramework > API/Runtime/GeometryFramework/Components > API/Runtime/GeometryFramework/Components/FMeshRenderDecomposition
References
| Module | GeometryFramework |
| Header | /Engine/Source/Runtime/GeometryFramework/Public/Components/MeshRenderDecomposition.h |
| Include | #include "Components/MeshRenderDecomposition.h" |
| Source | /Engine/Source/Runtime/GeometryFramework/Private/Components/MeshRenderDecomposition.cpp |
static void BuildChunkedDecomposition
(
const FDynamicMesh3 * Mesh,
const FComponentMaterialSet * MaterialSet,
FMeshRenderDecomposition & Decomp,
int32 MaxChunkSize
)
Remarks
Build per-material decomposition, and then split each of those into chunks of at most MaxChunkSize (actual chunk sizes will be highly variable and some may be very small...)