Navigation
| Name | PerfCounters |
| Type | Runtime |
| Location | /Engine/Source/Runtime/PerfCounters/ |
| Module Build Rules | PerfCounters.Build.cs |
Classes
| Name | Remarks |
|---|---|
| TJsonWriter |
Structs
| Name | Remarks |
|---|---|
| TPrettyJsonPrintPolicy |
Interfaces
| Name | Remarks |
|---|---|
| IPerfCounters | A programming interface for setting/updating performance counters |
| IPerfCountersModule | The public interface to this module |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FPerfCounterExecCommandCallback | TBaseDelegate_TwoParams< bool, const FString &, FOutputDevice & > | Delegate called when an exec command has been passed in on via the query port | PerfCountersModule.h |
| FPrettyJsonWriter | TSharedRef< TJsonWriter< TCHAR, TPrettyJsonPrintPolicy< TCHAR > > > | PerfCountersModule.h | |
| FProduceJsonCounterValue | TBaseDelegate_OneParam< void, const FPrettyJsonWriter & > | Delegate called for a given counter to generate custom json at the time the query is made | PerfCountersModule.h |