Similar to the requested boost controls, vehicles should also gain fuel controls.
- allow to set the max amount of fuel
- allow to set the fuel consumption
- allow to refill and consume fuel programmatically
Similar to the requested boost controls, vehicles should also gain fuel controls.
@Knight_Breaker Thank you for your feedback. While I cannot guarantee a response, I can confirm that this has been forwarded to the appropriate team.
To the team at Epic that was working on this. Thank you. I spotted that there has been work done in this direction.
# Sets the amount of fuel(or energy) in the vehicle as a percentage between `0.0` and `100.0`.
SetFuelRemaining<epic_internal>(Amount:float):void = external {}
# Gets the amount of fuel(or energy) in the vehicle as a percentage between `0.0` and `100.0`.
GetFuelRemaining<epic_internal>()<transacts>:float = external {}
The APIs are not public yet, but that is still great.
This however covers only part of this request.