Pixel Streaming Callbacks
info
This page shows how to get a responses from Unreal Engine with MetaEditor.
Responses.tsx
// Example of how to use the event
document.addEventListener('ue_response', ({ detail }: any) => {
console.log('new event', detail);
});