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