|
LEAP Documentation 40220
Documentation for the LEAP project
|
#include "StatsTrackingManager.h"#include "StatTrackingSave.h"#include "ProjectXPlayerState.h"#include "WeaponInstance.h"#include "ProjectXDamageType.h"#include "ProjectXVehicle.h"#include "WeaponInstanceRanged.h"#include "WeaponInstanceMelee.h"#include "BroadcastMessage.h"#include "ProjectXGameplayStatics.h"#include "PlayerProgressionManager.h"#include "BroadcastMessageChallenge.h"#include "ProjectXPlayerController.h"#include "ProjectXCharacter.h"#include "ProjectXGameMode.h"#include "ProjectXGameState.h"#include "DamageType_Grenade.h"#include "SaveManager.h"#include "LevelInfo.h"Functions | |
| DECLARE_CYCLE_STAT (TEXT("UStatsTrackingManager::CheckAchievementList"), STAT_CheckAchievementList, STATGROUP_PROJECTY) | |
| DECLARE_CYCLE_STAT (TEXT("UStatsTrackingManager::UpdateStat"), STAT_UpdateStat, STATGROUP_PROJECTY) | |
| DECLARE_CYCLE_STAT (TEXT("UStatsTrackingManager::UpdateChallengeProgress"), STAT_UpdateChallengeProgress, STATGROUP_PROJECTY) | |
| DECLARE_CYCLE_STAT | ( | TEXT("UStatsTrackingManager::CheckAchievementList") | , |
| STAT_CheckAchievementList | , | ||
| STATGROUP_PROJECTY | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("UStatsTrackingManager::UpdateChallengeProgress") | , |
| STAT_UpdateChallengeProgress | , | ||
| STATGROUP_PROJECTY | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("UStatsTrackingManager::UpdateStat") | , |
| STAT_UpdateStat | , | ||
| STATGROUP_PROJECTY | |||
| ) |