Navigation
API > API/Plugins > API/Plugins/PixelStreamingPlayer
A blueprint wrapper for an IceCandidateInterface from webrtc so it can be passed around in blueprints.
| Name | FPixelStreamingIceCandidateWrapper |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PixelStreamingPlayer/Source/PixelStreamingPlayer/Public/PixelStreamingWebRTCWrappers.h |
| Include Path | #include "PixelStreamingWebRTCWrappers.h" |
Syntax
USTRUCT (BlueprintType , Category="PixelStreaming")
struct FPixelStreamingIceCandidateWrapper
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| PixelStreamingWebRTCWrappers.h | |||
FPixelStreamingIceCandidateWrapper
(
const webrtc::IceCandidateInterface& Candidate |
PixelStreamingWebRTCWrappers.h | ||
FPixelStreamingIceCandidateWrapper
(
const FString& SdpMid, |
PixelStreamingWebRTCWrappers.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Mid | FString | PixelStreamingWebRTCWrappers.h | ||
| MLineIndex | int | PixelStreamingWebRTCWrappers.h | ||
| SDP | FString | PixelStreamingWebRTCWrappers.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TUniquePtr< webrtc::IceCandidateInterface > ToWebRTC() |
PixelStreamingWebRTCWrappers.h |