Hello i have a PlayFab question!

I am trying to connect moralis with unreal in authenticate through playfab if successful how can I run moralis clouds in unreal with node?or better formulate the question, how can I have all the power of moralis in unreal?

I am looking for the way to connect unreal with moralis for a startup game and the best way to create the online servers if there is an alternative way please let me know

you mean that you want to call cloud functions?

cloud functions can be called with simple http REST requests, cloud functions are specific to parse server, if you self host a server with parse server then you can call those cloud functions that are defined in parse server

ok thanks, and how can I use streams api in unreal ? don’t have examples of unreal?

You can make HTTP requests to the Moralis Streams API with Unreal. You can try out the endpoints here.

1 Like

Perfect thanks, I’ll check and tell you how it went