Navigation
API > API/Plugins > API/Plugins/PixelStreaming > API/Plugins/PixelStreaming/IPixelStreamingStreamer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SendPlayerMessage
(
uint8 Type, |
Send all players connected to this streamer a message. | IPixelStreamingStreamer.h | |
void SendPlayerMessage
(
FPixelStreamingPlayerId PlayerId, |
Send a single player connected to this streamer a message. | IPixelStreamingStreamer.h |
SendPlayerMessage(uint8, const FString &)
Description
Send all players connected to this streamer a message.
| Name | SendPlayerMessage |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/IPixelStreamingStreamer.h |
| Include Path | #include "IPixelStreamingStreamer.h" |
void SendPlayerMessage
(
uint8 Type,
const FString & Descriptor
)
Parameters
| Name | Remarks |
|---|---|
| Type | The message type to be sent to the player |
| Descriptor | The contents of the message |
SendPlayerMessage(FPixelStreamingPlayerId, uint8, const FString &)
Description
Send a single player connected to this streamer a message.
| Name | SendPlayerMessage |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/IPixelStreamingStreamer.h |
| Include Path | #include "IPixelStreamingStreamer.h" |
void SendPlayerMessage
(
FPixelStreamingPlayerId PlayerId,
uint8 Type,
const FString & Descriptor
)
Parameters
| Name | Remarks |
|---|---|
| PlayerId | The ID of the player to which to send the message |
| Type | The message type to be sent to the player |
| Descriptor | The contents of the message |