Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/FOnlineStats
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineStats.h |
| Include | #include "OnlineStats.h" |
| Source | /Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineStats.cpp |
virtual void SetIntStat
&40;
const FName & StatName,
int32 Value
&41;
Remarks
Sets a stat of type SDT_Int to the value specified. Does nothing if the stat is not of the right type.
Sets a stat of type int32 to the value specified. Does nothing if the stat is not of the right type.
Parameters
| Name | Description |
|---|---|
| StatName | the stat to change the value of |
| Value | the new value to assign to the stat |
| StatName | the stat to change the value of |
| Value | the new value to assign to the stat |