website in UE5

can i create a static interactive 2D website with UE5 only, what is the steps and if there is a tutorial.

most important what is the obstacles

i want to create some thing showy and looks cool

So the answer is… no :sweat_smile:
But I could possibly provide you some advices on your project if you explain what you have in mind, either via private messages on this website or you can share your Discord username with me from again, the private messages.

(The reason I don’t want to continue discussing on this topic here is because our chat on helping you make an interactive website will be irrelevant to Unreal Engine)

Hello Abdullghaffar, welcome to the community!

As @VisAgilis have said, it is not possible in Unreal Engine 5.
And while there are custom UE4 builds on GitHub that are focused on HTML5 development, using Unreal Engine for a static 2D website is an overkill.

I mainly use React Three Fiber, which is a React renderer for Three.js, and libraries like Drei for ready-made abstractions and functions. I also use Cannon.js for physics when needed.

You can check the docs of the Drei library here, which has a lot of examples that could help you get started.