Navigation
API > API/Plugins > API/Plugins/PixelStreamingEditor
Use this if you want to send the full UE editor as video input.
| Name | FPixelStreamingVideoInputBackBufferComposited |
| Type | class |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingEditor/Public/PixelStreamingVideoInputBackBufferComposited.h |
| Include Path | #include "PixelStreamingVideoInputBackBufferComposited.h" |
Syntax
class FPixelStreamingVideoInputBackBufferComposited : public FPixelStreamingVideoInputRHI
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPixelStreamingVideoInputBackBufferComposited() |
PixelStreamingVideoInputBackBufferComposited.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FPixelStreamingVideoInputBackBufferComposited() |
PixelStreamingVideoInputBackBufferComposited.h |
Classes
| Name | Remarks |
|---|---|
| FTexturedWindow | Our class to keep window and texture information. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnFrameSizeChanged | TMulticastDelegate_OneParam< void, TWeakPtr< FIntRect > > | PixelStreamingVideoInputBackBufferComposited.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnFrameSizeChanged | FOnFrameSizeChanged | PixelStreamingVideoInputBackBufferComposited.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnBackBufferReadyToPresentHandle | FDelegateHandle | PixelStreamingVideoInputBackBufferComposited.h | ||
| OnPreTickHandle | FDelegateHandle | PixelStreamingVideoInputBackBufferComposited.h | ||
| SharedFrameRect | TSharedPtr< FIntRect > | PixelStreamingVideoInputBackBufferComposited.h | ||
| TopLevelWindows | TArray< FTexturedWindow > | PixelStreamingVideoInputBackBufferComposited.h | ||
| TopLevelWindowsCriticalSection | FCriticalSection | PixelStreamingVideoInputBackBufferComposited.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString ToString() |
PixelStreamingVideoInputBackBufferComposited.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< FPixelStreamingVideoInputBackBufferComposited > Create() |
PixelStreamingVideoInputBackBufferComposited.h |