Navigation
API > API/Runtime > API/Runtime/PerfCounters
Inheritance Hierarchy
- IModuleInterface
- IPerfCountersModule
References
| Module | PerfCounters |
| Header | /Engine/Source/Runtime/PerfCounters/Public/PerfCountersModule.h |
| Include | #include "PerfCountersModule.h" |
Syntax
class IPerfCountersModule : public IModuleInterface
Remarks
The public interface to this module
Functions
| Type | Name | Description | |
|---|---|---|---|
| IPerfCounters * | CreatePerformanceCounters
(
const FString& UniqueInstanceId |
Creates and initializes the performance counters object | |
| IPerfCountersModule & | Get () |
Singleton-like access to this module's interface. | |
| int32 | Returns the HTTP port to bind for the stats request. Returns -1 if none were specified | ||
| IPerfCounters * | |||
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |