So I have made a Generator actor, and its Purpose Is to Check The Bool whether The actor Connected To It is Powered or Not This is a screen shot of How I Have set Up this actor.
This Is How I have Implemented This Interface and Checked the bool “Powered”
I Have Set The Fuel variable. sets the “Powered”.
the Arrey is Used to create the List of actors That Implement The Interface
Now The Issue Is Arriving that, This is not affecting all the selected actors
As You can See, The Fuel is set To 100, so all the selected lights are working.
But here, Only Two Lights are Switching out of selected lights, when Fuel Gets Below Zero
So any idea why this is happening and What I can Do about it