How do i get the image or tile image / texture that is in my tile map?

The material inside of a tile map isn’t actually cut up into separate parts. It’s just one big image that is offset internally. You would have to do some extra c++ gymnastics to extract the needed tile and output it to a usable brush (probably involving drawing into a render target instance temporarily)

1 Like