| FOnlineStats
|
Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineStats.h |
Include |
#include "OnlineStats.h" |
class FOnlineStats
An interface used to collect and manage online stats
Name | Description | ||
---|---|---|---|
|
Properties |
Array of stats we are gathering |
Name | Description | |
---|---|---|
|
~FOnlineStats() |
Destructor |
Name | Description | ||
---|---|---|---|
|
void |
DecrementFloatStat ( |
Decrements a stat of type float by the value specified. |
|
void |
DecrementIntStat ( |
Decrements a stat of type int32 by the value specified. |
|
FVariantData... |
FindStatByName ( |
Get a key value pair by key name |
|
void |
IncrementFloatStat ( |
Increments a stat of type float by the value specified. |
|
void |
IncrementIntStat ( |
Increments a stat of type int32 by the value specified. |
|
void |
SetFloatStat ( |
Sets a stat of type SDT_Float to the value specified. |
|
void |
SetIntStat ( |
Sets a stat of type SDT_Int to the value specified. |