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