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 (BlueprintCallable, Category="PixelStreaming")
void SendAnswer
(
const FPixelStreamingSessionDescriptionWrapper & Answer
)
Remarks
Send an answer created from a Peer Connection to the signalling server.
Parameters
| Name | Description |
|---|---|
| Answer | The answer object created from calling CreateAnswer on a Peer Connection. |