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 ReceiveIceCandidate
&40;
const FPixelStreamingIceCandidateWrapper & Candidate
&41;
Remarks
Notify the peer connection of an ICE candidate sent by the singalling connection.
Parameters
| Name | Description |
|---|---|
| Candidate | Provided by the singalling connection. |