IPixelStreamingModule::SendCommand

Send a data command 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 SendCommand
(
    const FString & Descriptor
)

Remarks

Send a data command back to the browser where we are sending video. This is different to a response as a command is low-level and coming from UE4 rather than the pixel streamed application.

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