Navigation
API > API/Runtime > API/Runtime/PerfCounters > API/Runtime/PerfCounters/IPerfCounters
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 Get
(
const FString& Name, |
Get overloads | PerfCountersModule.h | |
uint32 Get
(
const FString& Name, |
PerfCountersModule.h | ||
float Get
(
const FString& Name, |
PerfCountersModule.h | ||
double Get
(
const FString& Name, |
PerfCountersModule.h |
Get(const FString &, int32)
Description
Get overloads
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/PerfCounters/Public/PerfCountersModule.h |
| Include Path | #include "PerfCountersModule.h" |
int32 Get
(
const FString & Name,
int32 Val
)
Get(const FString &, uint32)
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/PerfCounters/Public/PerfCountersModule.h |
| Include Path | #include "PerfCountersModule.h" |
uint32 Get
(
const FString & Name,
uint32 Val
)
Get(const FString &, float)
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/PerfCounters/Public/PerfCountersModule.h |
| Include Path | #include "PerfCountersModule.h" |
float Get
(
const FString & Name,
float Val
)
Get(const FString &, double)
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/PerfCounters/Public/PerfCountersModule.h |
| Include Path | #include "PerfCountersModule.h" |
double Get
(
const FString & Name,
double Val
)