Navigation
API > API/Plugins > API/Plugins/PixelStreamingPlayer > API/Plugins/PixelStreamingPlayer/UPixelStreamingSignallingCompone-
References
| Module | PixelStreamingPlayer |
| Header | /Engine/Plugins/Experimental/PixelStreamingPlayer/Source/PixelStreamingPlayer/Public/PixelStreamingSignallingComponent.h |
| Include | #include "PixelStreamingSignallingComponent.h" |
| Source | /Engine/Plugins/Experimental/PixelStreamingPlayer/Source/PixelStreamingPlayer/Private/PixelStreamingSignallingComponent.cpp |
UFUNCTION (BlueprintCallable, Category="PixelStreaming")
void Subscribe
(
const FString & StreamerId
)
Remarks
Send a subscribe message to the signalling server to subscribe to a specific streamer.
Parameters
| Name | Description |
|---|---|
| StreamerId | The name of the streamer to subscribe to. |