#include "ArmorPiece.h" #include "Templates/SubclassOf.h" #include "UpgradableGearComponent.h" TSubclassOf AArmorPiece::GetWeaponViewClass() const { return NULL; } AArmorPiece* AArmorPiece::GetArmorPieceDefaultObject(TSubclassOf armorPieceClass) { return NULL; } AArmorPiece::AArmorPiece() { this->Upgradable = CreateDefaultSubobject(TEXT("Upgradable")); this->LoadoutProxy = NULL; this->ItemID = NULL; this->WeaponPreviewClass = NULL; }