IPerfCountersModule

The public interface to this module

Windows
MacOS
Linux

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

Name Description

Public function

IPerfCounter...

 

CreatePerformanceCounters

(
    const FString& UniqueInstanceId
)

Creates and initializes the performance counters object

Public function Static

IPerfCounter...

 

Get()

Singleton-like access to this module's interface.

Public function Static

int32

 

GetHTTPStatsPort()

Returns the HTTP port to bind for the stats request. Returns -1 if none were specified

Public function Const

IPerfCounter...

 

GetPerformanceCounters()

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

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