Navigation
API > API/Plugins > API/Plugins/PixelStreaming2Input > API/Plugins/PixelStreaming2Input/PIXELSTREAMING2IPixelStreaming2I-_2
- IInputDeviceModule::CreateInputDevice()
- PIXELSTREAMING2IPixelStreaming2InputModule::CreateInputDevice()
References
| Module | PixelStreaming2Input |
| Header | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2Input/Public/IPixelStreaming2InputModule.h |
| Include | #include "IPixelStreaming2InputModule.h" |
TSharedPtr < class IInputDevice > CreateInputDevice
(
const TSharedRef < FGenericApplicationMessageHandler > & InMessageHandler
)
Remarks
Attempts to create a new input device interface Interface to the new input device, if we were able to successfully create one.
Parameters
| Name | Description |
|---|---|
| InMessageHandler | A reference to the message handler that will process input events from the device. |