Files
UnrealEngineUWP/Engine/Source/Runtime/SkillSystem/Private/SkillSystem.cpp
David Ratti 0852b4edac SkillSystem GameplayAbilities WIP
[CL 2059092 by David Ratti in Main branch]
2014-04-29 21:55:02 -04:00

8 lines
302 B
C++

// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
#include "SkillSystemModulePrivatePCH.h"
DEFINE_STAT(STAT_GameplayEffectsHasAnyTag);
DEFINE_STAT(STAT_GameplayEffectsTick);
DEFINE_STAT(STAT_GameplayEffectsCanApplyAttributeModifiers);
DEFINE_STAT(STAT_GameplayEffectsGetActiveEffectsData);