IPerfCountersModule::CreatePerformanceCounters

Creates and initializes the performance counters object

Windows
MacOS
Linux

References

Module

PerfCounters

Header

/Engine/Source/Runtime/PerfCounters/Public/PerfCountersModule.h

Include

#include "PerfCountersModule.h"

Syntax

IPerfCounters * CreatePerformanceCounters
(
    const FString & UniqueInstanceId
)

Remarks

Creates and initializes the performance counters object

Returns

IPerfCounters object (should be explicitly deleted later), or nullptr if failed

Parameters

Parameter

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)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss