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