Navigation
API > API/Plugins > API/Plugins/PixelStreaming
An extension of the back buffer input that can handle PIE sessions. Primarily to be used in blueprints
| Name | FPixelStreamingVideoInputPIEViewport |
| Type | class |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/PixelStreamingVideoInputPIEViewport.h |
| Include Path | #include "PixelStreamingVideoInputPIEViewport.h" |
Syntax
class FPixelStreamingVideoInputPIEViewport : public FPixelStreamingVideoInputRHI
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPixelStreamingVideoInputPIEViewport() |
PixelStreamingVideoInputPIEViewport.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FPixelStreamingVideoInputPIEViewport() |
PixelStreamingVideoInputPIEViewport.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DelegateHandle | FDelegateHandle | PixelStreamingVideoInputPIEViewport.h |
Functions
Public
Overridden from FPixelStreamingVideoInput
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString ToString() |
A human readable identifier used when displaying what the streamer is streaming in the toolbar | PixelStreamingVideoInputPIEViewport.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< FPixelStreamingVideoInputPIEViewport > Create() |
PixelStreamingVideoInputPIEViewport.h |