I have multiple sprite components on an Unreal Engine 4 scene, all of them are added realtime with different tags (to the same blueprint).
How I can find and loop through components with a specific tag?
Thanks.
There is GetComponentsByTag node for this purpose.