|
LEAP Documentation 40220
Documentation for the LEAP project
|
#include <StatsTrackingManager.h>
Public Member Functions | |
| FStatEvent () | |
| FStatEvent (AProjectXPlayerState *InPlayerState, EStatNames InStatName, UObject *InObject=NULL, int32 InValue=1, EStatUpdateBehaviour InTag=EStatUpdateBehaviour::NONE, int32 DebugMapType=0, FString DebugMapName="") | |
Public Attributes | |
| TWeakObjectPtr< AProjectXPlayerState > | PlayerState = NULL |
| int32 | Value = 0 |
| EStatNames | StatName = EStatNames::Invalid |
| EStatUpdateBehaviour | Tag = EStatUpdateBehaviour::NONE |
| TWeakObjectPtr< UObject > | Object = NULL |
| int32 | DebugMapType = 0 |
| FString | DebugMapName = "" |
|
inline |
| FStatEvent::FStatEvent | ( | AProjectXPlayerState * | InPlayerState, |
| EStatNames | InStatName, | ||
| UObject * | InObject = NULL, |
||
| int32 | InValue = 1, |
||
| EStatUpdateBehaviour | InTag = EStatUpdateBehaviour::NONE, |
||
| int32 | DebugMapType = 0, |
||
| FString | DebugMapName = "" |
||
| ) |
| FString FStatEvent::DebugMapName = "" |
| int32 FStatEvent::DebugMapType = 0 |
| TWeakObjectPtr<UObject> FStatEvent::Object = NULL |
| TWeakObjectPtr<AProjectXPlayerState> FStatEvent::PlayerState = NULL |
| EStatNames FStatEvent::StatName = EStatNames::Invalid |
| EStatUpdateBehaviour FStatEvent::Tag = EStatUpdateBehaviour::NONE |
| int32 FStatEvent::Value = 0 |