Navigation
API > API/Plugins > API/Plugins/PixelStreaming > API/Plugins/PixelStreaming/FPixelStreamingDataChannel
References
| Module | PixelStreaming |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/PixelStreamingDataChannel.h |
| Include | #include "PixelStreamingDataChannel.h" |
template<typename... Args>
bool SendMessage
&40;
uint8 Type,
Args... VarArgs
&41;
Remarks
Sends a series of arguments to the data channel with the given type. True of the message was successfully sent.
Parameters
| Name | Description |
|---|---|
| Type | Should be the ID from a registered PixelStreamingProtocol message |