Navigation
API > API/Plugins > API/Plugins/PixelStreamingInput
References
| Module | PixelStreamingInput |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingInput/Public/PixelStreamingInputMessage.h |
| Include | #include "PixelStreamingInputMessage.h" |
Syntax
class FPixelStreamingInputMessage
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Emtpy constructor. Sets ID to next available ID, byteLength to 0, and an empty Structure. | |||
FPixelStreamingInputMessage
(
uint8 InId |
Constructor taking an ID. Sets byteLength to 0, and an empty Structure. | ||
FPixelStreamingInputMessage
(
TArray< EPixelStreamingMessageTypes > InStructure |
Constructor taking a Structure. Sets ID to next available ID and calculates bytelength from the structure. | ||
FPixelStreamingInputMessage
(
uint8 InId, |
Constructor taking an ID and a Structure. Calculates bytelength from the structure. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint8 | |||
| uint8 | GetID () |
||
| TArray< EPixelStreamingMessageTypes > | GetStructure () |
Constants
| Name | Description |
|---|---|
| CurrentId |