Hello,
I hope everything is ok for you. I am working on an Unreal Engine 5.3 project that utilizes the Remote Control API plugin. I use it to manipulate my level with a Remote Preset and Blueprint. Everything works fine when I test it in the editor. However, it does not work when I package my project for Linux and then try to control it.
Here is the error I receive in Postman when I try to call my Remote Preset:
errorMessage: “Unable to resolve the preset”
Here is my Postman request:
PUT : https://myaddress/remote/preset/MyRemotePreset/function/MyFunction
{
“Parameters”:{
“Value” : 1
},
“GenerateTransaction” : true
}
Any help or insights into resolving this issue would be greatly appreciated.
Thank you for your help