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&40;BlueprintCallable, Category&61;"PixelStreaming"&41;
void SetConfig
&40;
const FPixelStreamingRTCConfigWrapper & Config
&41;
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. |