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