Navigation
API > API/Plugins > API/Plugins/PixelStreamingInput > API/Plugins/PixelStreamingInput/FPixelStreamingInputMessage
| 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. |