Navigation
API > API/Runtime > API/Runtime/Engine
Budget totals for each MeshDrawCommandStats collection.
| Name | FMeshDrawCommandStatsBudgetTotals |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/MeshDrawCommandStatsSettings.h |
| Include Path | #include "MeshDrawCommandStatsSettings.h" |
Syntax
USTRUCT ()
struct FMeshDrawCommandStatsBudgetTotals
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Collection | int32 | The collection this applies to. | MeshDrawCommandStatsSettings.h |
|
| PrimitiveBudget | int32 | The total amount of primitives budgeted for this collection. | MeshDrawCommandStatsSettings.h |
|
| VertexBudget | int32 | The total amount of vertices budgeted for this collection. | MeshDrawCommandStatsSettings.h |
|