Navigation
API > API/Plugins > API/Plugins/PixelStreaming2Input
References
| Module | PixelStreaming2Input |
| Header | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2Input/Public/IPixelStreaming2InputMessage.h |
| Include | #include "IPixelStreaming2InputMessage.h" |
Syntax
class PIXELSTREAMING2IPixelStreaming2InputMessage
Remarks
A message that is sent over the Pixel Streaming data channel.
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint8 | GetID () |
Gets the id of the message. Note: All messages required a unique id. | |
| TArray< EPixelStreaming2MessageTypes > | GetStructure () |
Get the message structure, e.g. the array of types that make up this message. |