Navigation
API > API/Plugins > API/Plugins/PixelStreamingInput
Inheritance Hierarchy
- IModuleInterface
- IModularFeature
- IInputDeviceModule
- IPixelStreamingInputModule
References
| Module | PixelStreamingInput |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingInput/Public/IPixelStreamingInputModule.h |
| Include | #include "IPixelStreamingInputModule.h" |
Syntax
class IPixelStreamingInputModule : public IInputDeviceModule
Remarks
The public interface of the Pixel Streaming Input module.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnProtocolUpdated | OnProtocolUpdated |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IPixelStreamingInputHandler > | Create a Input Handler object. | ||
| IPixelStreamingInputModule & | 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 |
Typedefs
| Name | Description |
|---|---|
| FOnProtocolUpdated |