Search code examples
unreal-engine4unreal-blueprint

UE4: find and loop through tagged components (in blueprint)


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.


Solution

  • There is GetComponentsByTag node for this purpose.