Navigation
API > API/Plugins > API/Plugins/PixelStreamingInput
The public interface of the Pixel Streaming Input module.
| Name | IPixelStreamingInputModule |
| Type | class |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingInput/Public/IPixelStreamingInputModule.h |
| Include Path | #include "IPixelStreamingInputModule.h" |
Syntax
class IPixelStreamingInputModule : public IInputDeviceModule
Implements Interfaces
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnProtocolUpdated | TMulticastDelegate_NoParams< void > | IPixelStreamingInputModule.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnProtocolUpdated | FOnProtocolUpdated | IPixelStreamingInputModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< class IInputDevice > CreateInputDevice
(
const TSharedRef< FGenericApplicationMessageHandler >& InMessageHandler |
Attempts to create a new input device interface | IPixelStreamingInputModule.h | |
TSharedPtr< IPixelStreamingInputHandler > CreateInputHandler() |
Create a Input Handler object. | IPixelStreamingInputModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IPixelStreamingInputModule & Get () |
Singleton-like access to this module's interface. | IPixelStreamingInputModule.h | |
static bool IsAvailable() |
Checks to see if this module is loaded. | IPixelStreamingInputModule.h |