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