Navigation
API > API/Plugins > API/Plugins/PixelStreaming2 > API/Plugins/PixelStreaming2/IPixelStreaming2Streamer
References
| Module | PixelStreaming2 |
| Header | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/IPixelStreaming2Streamer.h |
| Include | #include "IPixelStreaming2Streamer.h" |
void SendAllPlayersMessage
(
FString MessageType,
const FString & Descriptor
)
Remarks
Send all players connected to this streamer a message.
Parameters
| Name | Description |
|---|---|
| MessageType | The message type to be sent to the player. |
| Descriptor | The contents of the message. |