Transforming foliage

i want to place fooliage on a platform that is spawned later in the game. is there an easy way to move my foliage to this location via blueprint? right now it does not seem to be moveable

here you see the foliage and a white platform, to which i want to transform it

i thought thta may maybe “get actor of class” could do it but it doesnt work…

The easiest way is to place the foliage on the floor during the construction script. You can just write a random placement with a few nodes.

yes, but how?