Navigation
API > API/Plugins > API/Plugins/PixelStreaming > API/Plugins/PixelStreaming/IPixelStreamingModule
References
| Module | PixelStreaming |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/IPixelStreamingModule.h |
| Include | #include "IPixelStreamingModule.h" |
void RemoveInputComponent
(
UPixelStreamingInput * InInputComponent
)
Remarks
Tell the input device that a pixel streaming input component is no longer relevant.
Parameters
| Name | Description |
|---|---|
| InInputComponent | The pixel streaming input component which is no longer relevant. |