power info and fg power connector trouble
im trying to create a mod that has a machine with 2 connectors one which produces power and one which consumes power, im running into an issue where there is no power being consumer or produced (i have a wiget to change "power transfer") , i was trying to follow the documentation page https://docs.ficsit.app/satisfactory-modding/latest/Development/BeginnersGuide/SimpleMod/machines/SimpleMachine.html
image of my blueprint is posted below.
intended function
input consumes x amount of mw (x being the variable PowerTransfer)
output produces x amount of mw (x being the variable PowerTransfer)
i am probably doing something wrong, please bear with me since i do not use UE often and this is my first mod
image of my blueprint is posted below.
intended function
input consumes x amount of mw (x being the variable PowerTransfer)
output produces x amount of mw (x being the variable PowerTransfer)
i am probably doing something wrong, please bear with me since i do not use UE often and this is my first mod

In this chapter we’ll create a machine which simply counts the items and types of items that pass through it, outputting them again on...

general