#include "AddComponentUpgrade.h" #include "Templates/SubclassOf.h" bool UAddComponentUpgrade::GetUpgradedValue(TSubclassOf Item, AFSDPlayerState* Player, TSubclassOf NewComponentClass, bool includePreview) { return false; } UAddComponentUpgrade::UAddComponentUpgrade() { this->ComponentClass = NULL; this->ServerOnly = true; }