Navigation
API > API/Plugins > API/Plugins/PixelStreaming2Input > API/Plugins/PixelStreaming2Input/PIXELSTREAMING2IPixelStreaming2D-
References
| Module | PixelStreaming2Input |
| Header | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2Input/Public/IPixelStreaming2DataProtocol.h |
| Include | #include "IPixelStreaming2DataProtocol.h" |
TSharedPtr < IPixelStreaming2InputMessage > Find
(
FString Key
)
Remarks
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. The message type associated with the `FromStreamer_ message type passed.
Parameters
| Name | Description |
|---|---|
| Key | The string representation of the message type we are looking for. |