Problem with SP.PanoramicScreenshot via blueprint node "Execute Console Command" gives me warning: LogStereoPanorama: Warning: Missing GameMode or PlayerController

Hi guys,
I am trying to simply take a panoramic screenshot with the Stereo Panoramic Movie Capture plugin via blueprint.
What I’ve done is a simple User Interface which determines the path of the screenshot and then captures it.
I’ve added it to an event called by clicking on a button on the UI but the command “SP.PanoramicScreenshot” does not work. The command “SP.OutputDir Path/…” works but the other does not. In the output log it gives me a warning which says: “LogStereoPanorama: Warning: Missing GameMode or PlayerController” and it does nothing.

However, this happens only when i execute the console command via blueprint.

If I try to take the panoramic screenshot with the console it works properly (and the path set from the UI is correct).

Do you know any solutions for this? Thank you in advance.

So I’ve noticed that this error appears only when the scene is running in the editor. When I try to run the project as a Standalone Game it works fine.

Still waiting for answers on the editor though…