SMS/MMS via UE4

Hey Guys,

does anyone know about a way or if it is possible to send sms or mms via ue4 apps? is there any plugin for telecommunication protocols?
thx

There is probably no plugin and you probably wouldn’t want to use a plugin anyway.

Your best option here is a web-service that you then talk to from the game using the VARest (or similar plugin). This is how I would approach it … your web-service would then be linked to your MMS/SMS provider and should that change you don’t have to worry about modifying the game client only the web-service.

This is how I handle all my non-game-specific functionality that I require.