Navigation
API > API/Runtime > API/Runtime/PerfCounters > API/Runtime/PerfCounters/IPerfCountersModule
References
| Module | PerfCounters |
| Header | /Engine/Source/Runtime/PerfCounters/Public/PerfCountersModule.h |
| Include | #include "PerfCountersModule.h" |
IPerfCounters &42; CreatePerformanceCounters
&40;
const FString & UniqueInstanceId
&41;
Remarks
Creates and initializes the performance counters object IPerfCounters object (should be explicitly deleted later), or nullptr if failed
Parameters
| Name | Description |
|---|---|
| UniqueInstanceId | optional parameter that allows to assign a known name for this set of counters (a default one that will include process id will be provided if not given) |