IPixelStreamingModule::SendResponse

Send a data response back to the browser where we are sending video.

Windows
MacOS
Linux

References

Module

PixelStreaming

Header

/Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/IPixelStreamingModule.h

Include

#include "IPixelStreamingModule.h"

Syntax

void SendResponse
(
    const FString & Descriptor
)

Remarks

Send a data response back to the browser where we are sending video. This could be used as a response to a UI interaction, for example.

Parameters

Parameter

Description

Descriptor

A generic descriptor string.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss