Forum Discussion
Oweeboi
Feb 23, 2024Copper Contributor
Passing values from Cloud to Visual Scripting and vice versa
Just want to know if some of you are aware on how to pass variable values from Cloud to Visual and vice versa. When doing a debug on Cloud Scripting, only limited nodes are exposed (ie. Text, Transfo...
- Feb 28, 2024We haven't found a way to send HTTP requests via Visual Scripting and therefore we do it with Cloud Scripting. Then we just can't have both in the same object which means that we cannot use e.g. hover effect from mesh interactive setup in the button firing a Cloud Script.
kaipiroska
Feb 26, 2024Brass Contributor
To my knowledge it is not currently possible to pass variable values between Cloud and Visual Scripting. It is one of my top requests to the development team.
- OweeboiFeb 26, 2024Copper ContributorThanks for your reply! So you are sending HTTP requests via visual scripting?
Was thinking of using cloud scripting to trigger REST API. Btw, I have created a REST call to get rows from D365 Dataverse and then I was planning bind them to our game objects.- kaipiroskaFeb 28, 2024Brass ContributorWe haven't found a way to send HTTP requests via Visual Scripting and therefore we do it with Cloud Scripting. Then we just can't have both in the same object which means that we cannot use e.g. hover effect from mesh interactive setup in the button firing a Cloud Script.
- OweeboiMar 01, 2024Copper ContributorThanks for this kaipiroska!