Hello, I’m starting in UE4 and I am experiencing an issue when I created an actor contains a cube, and spawn 2 of them in scene. Then I set up some nodes to set the material when E is pressed, but when I pressed it only one of them changes material!
I have tried to change the auto receive input of the actor, use Enable Input and Set Input Mode Game Only node when Beginplay. But none of them work.
So how could I change the material of all the actors belongs to the class at the same time when receive a input?
Thanks