Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/FOnlineStats
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void IncrementFloatStat
(
const FString& StatName, |
Increments a stat of type float by the value specified. | OnlineStats.h | |
virtual void IncrementFloatStat
(
const FName& StatName, |
OnlineStats.h |
IncrementFloatStat(const FString &, float)
Description
Increments a stat of type float by the value specified. Does nothing if the stat is not of the right type.
| Name | IncrementFloatStat |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineStats.h |
| Include Path | #include "OnlineStats.h" |
| Source | /Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineStats.cpp |
virtual void IncrementFloatStat
(
const FString & StatName,
float IncBy
)
Parameters
| Name | Remarks |
|---|---|
| StatName | the stat to increment |
| IncBy | the value to increment by |
IncrementFloatStat(const FName &, float)
| Name | IncrementFloatStat |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineStats.h |
| Include Path | #include "OnlineStats.h" |
virtual void IncrementFloatStat
(
const FName & StatName,
float IncBy
)