Navigation
API > API/Plugins > API/Plugins/PixelStreaming2 > API/Plugins/PixelStreaming2/IPixelStreaming2Module
References
| Module | PixelStreaming2 |
| Header | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/IPixelStreaming2Module.h |
| Include | #include "IPixelStreaming2Module.h" |
void ForEachStreamer
(
const TFunction < void< IPixelStreaming2Streamer >)> & Func
)
Remarks
A method for iterating through all of the streamers on the module.
Parameters
| Name | Description |
|---|---|
| Func | The lambda to execute with each streamer. |