Navigation
API > API/Plugins > API/Plugins/PixelStreaming2Input > API/Plugins/PixelStreaming2Input/IPixelStreaming2DataProtocol
Description
Looks for the supplied message type in this protocol. This call should primarily be made from user code when the user has supplied a custom message type to the protocol. Note: If you are looking for a default message type consider using the Get() methods and passing one of the From/ToStreamer message enums to avoid typos.
| Name | Find |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2Input/Public/IPixelStreaming2DataProtocol.h |
| Include Path | #include "IPixelStreaming2DataProtocol.h" |
TSharedPtr < IPixelStreaming2InputMessage > Find
(
FString Key
)
The message type associated with the `FromStreamer_ message type passed.
Parameters
| Name | Remarks |
|---|---|
| Key | The string representation of the message type we are looking for. |