Thanks to chrudimer’s feedback, I managed to come up with a blueprint solution that outputs every transformation of each instance of my tree components which are stored in the array of objects variable ‘Tree array’ :
Here is the terminal output :
To avoid printing out the full component’s class name, I split the string relatively to the space character and only retained the component’s name which comes last.