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.
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.
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