ue5
I’m stuck(
I just need to execute console command “shot” from blueprint.
If packaged as “shipping” it does not work, just as any other method of capturing view I’ve tried((
So I’m trying to find some C++ solutions and nothing I’ve tried works(
I can surely run packaged exe with external application, send message to app, disable UI, bring app window to front, get HWND, disable movement, get window position and dimensions, and capture part of screen with external app, but that is stupid!
Is there just any way to save current view that works in packaged (shipment) app? *I’m new to C++