Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Inheritance Hierarchy
- FOnlineStats
- FOnlineAchievementsWrite
- FOnlineLeaderboardWrite
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineStats.h |
| Include | #include "OnlineStats.h" |
Syntax
class FOnlineStats
Remarks
An interface used to collect and manage online stats
Variables
| Type | Name | Description | |
|---|---|---|---|
| FStatPropertyArray | Properties | Array of stats we are gathering |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DecrementFloatStat
(
const FName& StatName, |
Decrements a stat of type float by the value specified. | |
| void | DecrementIntStat
(
const FName& StatName, |
Decrements a stat of type int32 by the value specified. | |
| FVariantData * | FindStatByName
(
const FName& StatName |
Get a key value pair by key name | |
| void | IncrementFloatStat
(
const FName& StatName, |
Increments a stat of type float by the value specified. | |
| void | IncrementIntStat
(
const FName& StatName, |
Increments a stat of type int32 by the value specified. | |
| void | SetFloatStat
(
const FName& StatName, |
Sets a stat of type SDT_Float to the value specified. | |
| void | SetIntStat
(
const FName& StatName, |
Sets a stat of type SDT_Int to the value specified. |