Terminal for drones
I am creating a system of drones (and robots) that will perform a multitude of tasks
I have the idea of a hub that will manage several drones and that will be powered by several types of fuel
I want to reproduce the same system as for the drone station
Several fuels can enter and be consumed to generate energy
So I need to know what resource goes into determining the power
How to retrieve data from resources entering a machine, without there being an output?
As for the fuel of the drone station and the portal.
In the example of the doc, we use Factory Grab Output because there is an output, but I have no output, the resources are consumed (fuel)
The player will be able to place as many hubs and as many drones per hub as he wants, depending on the energy supply
I prefer to create this hub only via blueprint (not in C++ if possible)
I have the idea of a hub that will manage several drones and that will be powered by several types of fuel
I want to reproduce the same system as for the drone station
Several fuels can enter and be consumed to generate energy
So I need to know what resource goes into determining the power
How to retrieve data from resources entering a machine, without there being an output?
As for the fuel of the drone station and the portal.
In the example of the doc, we use Factory Grab Output because there is an output, but I have no output, the resources are consumed (fuel)
The player will be able to place as many hubs and as many drones per hub as he wants, depending on the energy supply
I prefer to create this hub only via blueprint (not in C++ if possible)
