After establishing a connection between the UI and Engine sides of your component, you are ready to send messages to each other. The function for sending messages is CommsSend and it takes a connection pointer, buffer pointer and buffer length.

On the receiving end, the message makes its way to ComponentCommunicationsInterface.Recv which is a callback function set in your registered component comms interface. 

 

 

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.