#include "FortUIPerkTier.h" FFortUIPerkTier::FFortUIPerkTier() { this->HeroSpecialization = NULL; this->Tier = EFortItemTier::No_Tier; this->CurrentHero = NULL; this->bIsUpgrade = false; this->bIsEvolution = false; }