Does Unreal Engine support UV tiles?

Does unreal engine support textures that have multiple UV tiles? To clarify, i am referring to an object that was textured in substance painter, perhaps, and has several UV tiles (UV.OO1, UV.002, etc.) under one texture. I am not referring to tiling a material so that it can be repeated.

Also, if anyone has any good tutorials for setting up this UV tile system in UE5 I would appreciate it as everything ive come across is how to repeat a texture by tiling.

Is this what you’re referring to? Working with UV Channels | Unreal Engine Documentation

I believe the poster is referring to UDIMs:

However the naming for those should be 1001, 1002 rather than 001, 002.

thats it, thanks