Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineStats.h |
Include |
#include "OnlineStats.h" |
Source |
/Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineStats.cpp |
virtual void DecrementFloatStat
(
const FName & StatName,
float DecBy
)
Decrements a stat of type float by the value specified. Does nothing if the stat is not of the right type.
Parameter |
Description |
---|---|
StatName |
the stat to decrement |
DecBy |
the value to decrement by |