Navigation
API > API/Plugins > API/Plugins/PixelStreamingInput > API/Plugins/PixelStreamingInput/IPixelStreamingInputHandler
References
| Module | PixelStreamingInput |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingInput/Public/IPixelStreamingInputHandler.h |
| Include | #include "IPixelStreamingInputHandler.h" |
TFunction< void(FMemoryReader)> FindMessageHandler
&40;
const FString & MessageType
&41;
Remarks
Find the function to be called whenever the specified message type is received.
TFunction
Parameters
| Name | Description |
|---|---|
| MessageType | The human readable identifier for the message |