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" |
void RegisterMessageHandler
&40;
const FString & MessageType,
const TFunction< void(FMemoryReader)> & Handler
&41;
Remarks
Register a function to be called whenever the specified message type is received.
Parameters
| Name | Description |
|---|---|
| MessageType | The human readable identifier for the message |
| Handler | The function called when this message type is received. This handler must take a single parameter (an FMemoryReader) and have a return type of void |