Is there an easy way to convert the drawn part of a Sprite to a TextureRect?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Allen Kennedy Jr.

I want to make a character select screen, that shows the image of the currently selected character. So tried grabbing the character, grabbing the sprite (Which has multiple frames) and set the textureRect,texture to the Sprite,texture.

The problem is that the textureRect shows the whole sprite sheet and does not take into account the region, the frame setting, margins, etc.

Is there a way to get the currently drawn version of a sprite and pass that into a texture?