Navigation
API > API/Runtime > API/Runtime/Engine
User settings used by the MeshDrawCommandStats system.
| Name | UMeshDrawCommandStatsSettings |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/MeshDrawCommandStatsSettings.h |
| Include Path | #include "MeshDrawCommandStatsSettings.h" |
Syntax
UCLASS (MinimalAPI, Config=Engine, defaultconfig, perplatformconfig,
Meta=(DisplayName="Mesh Stats"))
class UMeshDrawCommandStatsSettings : public UDeveloperSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UMeshDrawCommandStatsSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Budgets | TArray< FMeshDrawCommandStatsBudget > | Budgets used by r.MeshDrawCommands.Stats | MeshDrawCommandStatsSettings.h |
|
| BudgetTotals | TArray< FMeshDrawCommandStatsBudgetTotals > | The total primitive budget for a collection. | MeshDrawCommandStatsSettings.h |
|
| CollectionForCsvProfiler | int32 | Which collection to export to CSV | MeshDrawCommandStatsSettings.h |
|