Navigation
API > API/Plugins > API/Plugins/PixelStreaming2Input
The data types supported when sending messages across the data channel to/from peers.
| Name | EPixelStreaming2MessageTypes |
| Type | enum |
| Header File | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2Input/Public/PixelStreaming2InputEnums.h |
| Include Path | #include "PixelStreaming2InputEnums.h" |
Syntax
enum EPixelStreaming2MessageTypes
{
Uint8 = 0,
Uint16 = 1,
Int16 = 2,
Float = 3,
Double = 4,
String = 5,
Undefined = 6,
}
Values
| Name | Remarks |
|---|---|
| Uint8 | |
| Uint16 | |
| Int16 | |
| Float | |
| Double | |
| String | |
| Undefined |