Navigation
API > API/Plugins > API/Plugins/PixelStreamingPlayer > API/Plugins/PixelStreamingPlayer/UPixelStreamingPeerComponent
References
| Module | PixelStreamingPlayer |
| Header | /Engine/Plugins/Experimental/PixelStreamingPlayer/Source/PixelStreamingPlayer/Public/PixelStreamingPeerComponent.h |
| Include | #include "PixelStreamingPeerComponent.h" |
| Source | /Engine/Plugins/Experimental/PixelStreamingPlayer/Source/PixelStreamingPlayer/Private/PixelStreamingPeerComponent.cpp |
UFUNCTION (BlueprintCallable, Category="PixelStreaming")
void SetConfig
(
const FPixelStreamingRTCConfigWrapper & Config
)
Remarks
Sets the RTC Configuration for this Peer Connection.
Parameters
| Name | Description |
|---|---|
| Config | The RTC configuration for this Peer Connection. Obtained from the signalling server On Config event. |