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&40;BlueprintCallable, Category&61;"PixelStreaming"&41;
void SendOffer
&40;
const FPixelStreamingSessionDescriptionWrapper & Offer
&41;
Remarks
Send an offer created from a Peer Connection to the signalling server.
Parameters
| Name | Description |
|---|---|
| Offer | The answer object created from calling CreateAnswer on a Peer Connection. |