 |
uint32 |
|
|
 |
int32 |
|
Get overloads |
 |
float |
|
|
 |
double |
|
|
 |
const TMap< FString, FJsonVariant > & |
|
|
 |
FString |
|
|
 |
const FString & |
|
Get the unique identifier for this perf counter instance |
 |
double |
|
Returns currently held value, or DefaultValue if none |
 |
int32 |
|
Convenience method for incrementing a transient counter. |
 |
FPerfCounterExecCommandCallback & |
|
|
 |
TPerformanceHistogramMap & |
|
Returns performance histograms for direct manipulation by the client code. |
 |
bool |
|
Reports an unplayable condition. |
 |
void |
|
Clears transient perf counters, essentially marking beginning of a new stats period |
 |
void |
Set
(
const FString& Name,
int64 Val,
uint32 Flags
)
|
|
 |
void |
Set
(
const FString& Name,
double Val,
uint32 Flags
)
|
|
 |
void |
Set
(
const FString& Name,
float Val,
uint32 Flags
)
|
|
 |
void |
Set
(
const FString& Name,
uint32 Val,
uint32 Flags
)
|
|
 |
void |
|
|
 |
void |
Set
(
const FString& Name,
const FProduceJsonCounterValue& Callback,
uint32 Flags
)
|
|
 |
void |
Set
(
const FString& Name,
uint64 Val,
uint32 Flags
)
|
|
 |
void |
Set
(
const FString& Name,
int32 Val,
uint32 Flags
)
|
Set overloads (use these) |
 |
void |
SetJson
(
const FString& Name,
const FProduceJsonCounterValue& Callback,
uint32 Flags
)
|
Make a callback so we can request more extensive types on demand (presumably backed by some struct locally) |
 |
void |
|
Maps value to a numeric holder |
 |
void |
|
Maps value to a string holder |
 |
bool |
|
Starts tracking overall machine load (empty array will use default hitch buckets). |
 |
bool |
|
Starts tracking overall machine load. |
 |
bool |
|
Stops tracking overall machine load. |