Page tree
Skip to end of metadata
Go to start of metadata

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. 

 

SendMessage

 

Related articles