how do i get meshes of out actors?

hi, i am making an cracking ice tile, but I have a problem.

the issue is that i need to get the meshes of out actors, if i can’t do that i would also like to get out actor’s variables!

script:

get meshes of all actors?
i don’t know…
i am often use getcomponentby class [MeshComponent] for get mesh.

  • For Each Loop + Get Components By Class + another loop

or

  • For Each Loop + Interface message, the latter returning the pertinent mesh