Hi! I am a beginner and trying to control actors with the same parent class together using Blueprints.
I have an Earth actor and a Moon actor, and they have the same parent class Planet. I wonder if it is possible to make both of them stop revolutions as long as any one of them is clicked.
My first thought was to use a static variable in Planet to control but found it seemed there was no static variable in Blueprint. Are there any other ways?