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

#include <GeometryCollectionRenderData.h>

Public Attributes

int16 TransformIndex
 
uint8 MaterialIndex
 
uint8 bIsInternal
 
uint32 TriangleStart
 
uint32 TriangleCount
 
uint32 VertexStart
 
uint32 VertexEnd
 

Friends

FArchiveoperator<< (FArchive &Ar, FGeometryCollectionMeshElement &Item)
 

Detailed Description

Description of a single mesh element within a set of vertex and vertex buffers.

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FGeometryCollectionMeshElement Item 
)
friend

Serialization.

Member Data Documentation

◆ bIsInternal

uint8 FGeometryCollectionMeshElement::bIsInternal

◆ MaterialIndex

uint8 FGeometryCollectionMeshElement::MaterialIndex

◆ TransformIndex

int16 FGeometryCollectionMeshElement::TransformIndex

◆ TriangleCount

uint32 FGeometryCollectionMeshElement::TriangleCount

◆ TriangleStart

uint32 FGeometryCollectionMeshElement::TriangleStart

◆ VertexEnd

uint32 FGeometryCollectionMeshElement::VertexEnd

◆ VertexStart

uint32 FGeometryCollectionMeshElement::VertexStart

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