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