UPixelStreamerInputComponent::SendPixelStreamingResponse

Send a response back to the source of the UI interactions.

Windows
MacOS
Linux

References

Module

PixelStreaming

Header

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

Include

#include "PixelStreamerInputComponent.h"

Source

/Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Private/PixelStreamerInputComponent.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="PixelStreamer Input")
void SendPixelStreamingResponse
(
    const FString & Descriptor
)

Remarks

Send a response back to the source of the UI interactions.

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