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 ForEachStreamer
&40;
const TFunction< void(TSharedPtr< IPixelStreamingStreamer >)> & Func
&41;
Remarks
A method for iterating through all of the streamers on the module.
Parameters
| Name | Description |
|---|---|
| Func | The lambda to execute with each streamer |