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