Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/MeshDrawCommandStatsSettings.h |
| Include | #include "MeshDrawCommandStatsSettings.h" |
Syntax
USTRUCT ()
struct FMeshDrawCommandStatsBudget
Remarks
Description of a stat category used in the MeshDrawCommandStats system.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | CategoryName | Category name. | |
| int32 | Collection | The collection which contains this budget. | |
| TArray< FName > | LinkedStatNames | Stat names that will match this category name. | |
| TArray< FName > | Passes | Which passes contribute to this budget. | |
| int32 | PrimitiveBudget | The category primitive budget. |