Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#F4F5F7

Prerequisites
Pixel Streaming Plugin enabled.


It can be done very easily from any project. Make sure you enable the Pixel Streaming Plugin provided by Epic Games and restart your project if needed. Then go to your player controller blueprint and enable the Pixel Streaming Input component.

...

Image Added

When you have successfully added the Pixel Streaming Input Component to your player controller, you are now ready to send pixel streaming response. All you need to do is add the node “Send Pixel Streaming Response”.

Image Modified

It would look like this. The target is going to be the Pixel Streaming component that you added in your player controller. The Descriptor is going to be the response that you want to send to the Pixel Streaming system. It can be any script or pixel streaming command from other E3DS Documents.

...

  1. Cast to your player controller and get Pixel Streaming Input component from there. It works in any blueprint actor.

Image RemovedImage Added

  1. In the event graph, get player controller by right clicking. After that, get “Get Component by Class” node and select “Pixel Streaming Input Component”. Drag the Return value and add “send pixel streaming response node”. This method works in any blueprint.

Image RemovedImage Added

Info

Note :

This node expects a string . So whatever data you want to send that have to be able to convert into string . That’s why we send json object as a string . In engine side c++ code of the plug-in takes cares rest of the things .

That’s why we can’t send a file or image or binary object through this node . Because they are not easily convertible to string .

...

Was this article helpful? Comment Below. Let us know your feedback.

...

.

Need help? Contact Support

...