How to make a tornado blueprint

Let’s say I have a tornado VFX. How do I make it spin and break things and get them up in the air?

So the way I did my tornado BP was to set like 10 SceneComponents on the root of the blueprint a tornado distance from the middle, smaller at the bottom larger at the top…Spin the Blueprint thus the SceneComponents…Set a Large Collision Capsule to overlap with actors that you want to interact with the Tornado…When the Capsule in the Tornado hits an actor either destroy the thing by sending an event to destroy itself or damage event (however you handle your destructibles) or send a Event to the Enemy to pull itself and attach to a random SceneComponent…it’ll spin until you tell it not to…

Haha, thanks. Not, it’s for another - I will post the details in WIP once it will become somewhat playable