Share button in UE4

Is there a way to add a share button to my game? I would like to click a button on my game and have the “Share via” option come up that allows you to pick from a variety of applications to share to. My end goal is to send a screenshot to whatever the user selects.

This is a picture of what I’m talking about.

249729-sharevia.png

I’m not sure how to approach this. My first idea is to use 's Victory Plugin or C++ to get access to the file system, then open a web page using Unreal’s web viewer, and have the web page take care of everything else (which means you have to know a little bit about web development to get it working).

But you can do it without a web page too, you just need to send the image using each of those services’ APIs, but again that involves knowing a little bit about web development.

Anyone else know how this works?

Bump here. I also want the same. Thanks in advance :slight_smile:

UE4 don’t have this binded, you need to add code to java frontend of UE4 and also bind it in C++ of UE4, explained how to do it here:

Before you start learn how intent system works in android:

I started my project using blueprints, Is there a blueprint today to do this, if not how to call the C++ class in a blueprints project? excuse me, I know C++ and blueprints but I don’t know how to use them both together in a project also I don’t know KOTLIN nor JAVA

Hello ,any update on the share options in ue4 ?

How to implement share screenshot for ue5 in android devices?