LEAP Documentation 40220
Documentation for the LEAP project
FStatEvent Struct Reference

#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< AProjectXPlayerStatePlayerState = NULL
 
int32 Value = 0
 
EStatNames StatName = EStatNames::Invalid
 
EStatUpdateBehaviour Tag = EStatUpdateBehaviour::NONE
 
TWeakObjectPtr< UObject > Object = NULL
 
int32 DebugMapType = 0
 
FString DebugMapName = ""
 

Constructor & Destructor Documentation

◆ FStatEvent() [1/2]

FStatEvent::FStatEvent ( )
inline

◆ FStatEvent() [2/2]

FStatEvent::FStatEvent ( AProjectXPlayerState InPlayerState,
EStatNames  InStatName,
UObject *  InObject = NULL,
int32  InValue = 1,
EStatUpdateBehaviour  InTag = EStatUpdateBehaviour::NONE,
int32  DebugMapType = 0,
FString  DebugMapName = "" 
)

Member Data Documentation

◆ DebugMapName

FString FStatEvent::DebugMapName = ""

◆ DebugMapType

int32 FStatEvent::DebugMapType = 0

◆ Object

TWeakObjectPtr<UObject> FStatEvent::Object = NULL

◆ PlayerState

TWeakObjectPtr<AProjectXPlayerState> FStatEvent::PlayerState = NULL

◆ StatName

EStatNames FStatEvent::StatName = EStatNames::Invalid

◆ Tag

◆ Value

int32 FStatEvent::Value = 0

The documentation for this struct was generated from the following files: