Navigation
API > API/Plugins > API/Plugins/PixelStreaming > API/Plugins/PixelStreaming/IPixelStreamingModule
Deprecated * FindMessageHandler(...) has been moved from the PixelStreaming module to IPixelStreamingInputHandler. This object can be obtained from an (IPixelStreamingStreamer)->GetInputHandler()
References
| Module | PixelStreaming |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/IPixelStreamingModule.h |
| Include | #include "IPixelStreamingModule.h" |
TFunction< void(FMemoryReader)> FindMessageHandler
&40;
const FString & MessageType
&41;
Remarks
Find the function to be called whenever the specified message is received.
TFunction
Parameters
| Name | Description |
|---|---|
| MessageType | The human readable identifier for the message |