Navigation
API > API/Plugins > API/Plugins/PixelStreaming2Input
Inheritance Hierarchy
- IModuleInterface
- IModularFeature
- IInputDeviceModule
- PIXELSTREAMING2IPixelStreaming2InputModule
References
| Module | PixelStreaming2Input |
| Header | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2Input/Public/IPixelStreaming2InputModule.h |
| Include | #include "IPixelStreaming2InputModule.h" |
Syntax
class PIXELSTREAMING2IPixelStreaming2InputModule : public IInputDeviceModule
Remarks
Provides mechanism for managing input handlers and devices in Pixel Streaming.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IPixelStreaming2InputHandler > | Create a Input Handler object. | ||
| IPixelStreaming2InputModule & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded. |
Overridden from IInputDeviceModule
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< class IInputDevice > | CreateInputDevice
(
const TSharedRef< FGenericApplicationMessageHandler >& InMessageHandler |
Attempts to create a new input device interface |