Using Android XML layout in Unreal app

We have an existing application developed in native Android with XML layouts and Kotlin.

For showing one fancy animation, we would like to use unreal engine. Unfortunately, we found that we cannot use unreal graphics within Android as UI widgets. So, Is there a possibility to use existing Android user interface(xml layouts and other UI widgets) within UE4 application?