GenericMod Questions

Best best is to duplicate the Standing Torch, replace what you need to, subclass/duplicate the Standing Torch item (Blueprint’/Game/PrimalEarth/CoreBlueprints/Items/Structures/Misc/PrimalItemStructure_StandingTorch.PrimalItemStructure_StandingTorch’) and have it build you new structure, subclass or duplicate the Structure Placer Blueprint and put your new structure in it (also set your new structure to have the “Item to Consume” as your new Item), and subclass/duplicate the PlayerController and have it use your new Structure Placer. Set your new playercontroller into a subclass of TestGameMode and set your new GameMode into your PrimalGameData Override :slight_smile:

Cheers,