![]() |
LEAP Documentation 40220
Documentation for the LEAP project
|
#include <StatTrackingSave.h>
Public Member Functions | |
FStat () | |
FStat (int32 InValue, EStatUpdateBehaviour InTag=EStatUpdateBehaviour::NONE) | |
void | Update (int32 Val, const EStatUpdateBehaviour &OverrideTag=EStatUpdateBehaviour::NONE, bool bUpdateDelta=false) |
void | UpdateValue (int32 &ValueIn, int32 UpdateValue, EStatUpdateBehaviour OverrideTag) |
const int32 | GetValue () const |
const int32 | GetDelta () const |
Public Attributes | |
EStatUpdateBehaviour | Tag |
Protected Attributes | |
int32 | Value |
int32 | Delta |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
EStatUpdateBehaviour FStat::Tag |
|
protected |