UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Nanite::FMeshDataSection Struct Reference

#include <NaniteResources.h>

Public Attributes

int32 MaterialIndex
 
uint32 FirstIndex
 
uint32 NumTriangles
 
uint32 MinVertexIndex
 
uint32 MaxVertexIndex
 
EMeshDataSectionFlags Flags = EMeshDataSectionFlags::None
 

Member Data Documentation

◆ FirstIndex

uint32 Nanite::FMeshDataSection::FirstIndex

Range of vertices and indices used when rendering this section.

◆ Flags

EMeshDataSectionFlags Nanite::FMeshDataSection::Flags = EMeshDataSectionFlags::None

◆ MaterialIndex

int32 Nanite::FMeshDataSection::MaterialIndex

The index of the material with which to render this section.

◆ MaxVertexIndex

uint32 Nanite::FMeshDataSection::MaxVertexIndex

◆ MinVertexIndex

uint32 Nanite::FMeshDataSection::MinVertexIndex

◆ NumTriangles

uint32 Nanite::FMeshDataSection::NumTriangles

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