Navigation
API > API/Plugins > API/Plugins/PixelStreamingPlayer
References
| Module | PixelStreamingPlayer |
| Header | /Engine/Plugins/Experimental/PixelStreamingPlayer/Source/PixelStreamingPlayer/Public/PixelStreamingWebRTCWrappers.h |
| Include | #include "PixelStreamingWebRTCWrappers.h" |
Syntax
USTRUCT&40;BlueprintType, Category&61;"PixelStreaming"&41;
struct FPixelStreamingIceCandidateWrapper
Remarks
A blueprint wrapper for an IceCandidateInterface from webrtc so it can be passed around in blueprints.
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPixelStreamingIceCandidateWrapper
(
const webrtc::IceCandidateInterface& Candidate |
|||
FPixelStreamingIceCandidateWrapper
(
const FString& SdpMid, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< webrtc::IceCandidateInterface > | ToWebRTC () |