Navigation
API > API/Runtime > API/Runtime/Engine
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PerfCountersSet
(
const FString& Name, |
Stub implementations to be used when PerfCounters are unavailable | Net/PerfCountersHelpers.h | |
void PerfCountersSet
(
const FString& Name, |
Net/PerfCountersHelpers.h | ||
void PerfCountersSet
(
const FString& Name, |
Net/PerfCountersHelpers.h |
PerfCountersSet(const FString &, float, uint32)
Description
Stub implementations to be used when PerfCounters are unavailable
| Name | PerfCountersSet |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/PerfCountersHelpers.h |
| Include Path | #include "Net/PerfCountersHelpers.h" |
void PerfCountersSet
(
const FString & Name,
float Val,
uint32 Flags
)
PerfCountersSet(const FString &, int32, uint32)
| Name | PerfCountersSet |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/PerfCountersHelpers.h |
| Include Path | #include "Net/PerfCountersHelpers.h" |
void PerfCountersSet
(
const FString & Name,
int32 Val,
uint32 Flags
)
PerfCountersSet(const FString &, const FString &, uint32)
| Name | PerfCountersSet |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/PerfCountersHelpers.h |
| Include Path | #include "Net/PerfCountersHelpers.h" |
void PerfCountersSet
(
const FString & Name,
const FString & Val,
uint32 Flags
)