How to port Moralis Unity SDK to Unreal?

Hey I am creating a project in unreal at the moment and would like to interface it with Moralis. Would like to know if any one here would have an idea on how to port the Unity SDK for Moralis to Unreal Engine, thank you

I am unfamiliar with Unreal Engine, but I found something that may be of use on Stack Overflow: https://stackoverflow.com/questions/62435570/is-there-a-way-to-integrate-a-packaged-game-unreal-engine-4-apk-into-an-applic

Unreal’s Site: https://www.unrealengine.com/marketplace/en-US/product/unrealjs

GitHub: https://github.com/ncsoft/Unreal.js

Hope it helps, and best of luck on your project!

You can take a look at the current sdk in c# and write it in unreal engine programming language
you can start with basic functionality like connecting wallet to MM or wallet connect and logging the users into the DB in moralis

1 Like