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

#include <MeshDrawCommandStatsSettings.h>

Public Attributes

int32 PrimitiveBudget = 0
 
int32 VertexBudget = 0
 
int32 Collection = 0
 

Detailed Description

Budget totals for each MeshDrawCommandStats collection.

Member Data Documentation

◆ Collection

int32 FMeshDrawCommandStatsBudgetTotals::Collection = 0

The collection this applies to.

◆ PrimitiveBudget

int32 FMeshDrawCommandStatsBudgetTotals::PrimitiveBudget = 0

The total amount of primitives budgeted for this collection.

◆ VertexBudget

int32 FMeshDrawCommandStatsBudgetTotals::VertexBudget = 0

The total amount of vertices budgeted for this collection.


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