Reputation: 331
I just made a game in Unreal Engine 4 and wanted it to put it on my personal website. I was wondering how to do that. Thanks
Upvotes: 2
Views: 5385
Reputation: 161
You will want to package the game, then upload your code to a directory on your server.
Packaging: UE4 Getting started HTML5 Projects
If you don't have a server you can get one for fairly cheap from godaddy, hostgator, hostbuddy etc, there are many options.
Once you upload it to your server from the admin console of your site, simply go to the directory you uploaded it to.
www.myserver.com/MyProject.html
Hope this helped.
Upvotes: 3