Navigation
API > API/Plugins > API/Plugins/PixelStreaming2 > API/Plugins/PixelStreaming2/IPixelStreaming2Streamer
References
| Module | PixelStreaming2 |
| Header | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/IPixelStreaming2Streamer.h |
| Include | #include "IPixelStreaming2Streamer.h" |
void SetConfigOption
(
const FName & OptionName,
const FString & Value
)
Remarks
Allows sending arbitrary configuration options during initial connection.
Parameters
| Name | Description |
|---|---|
| OptionName | The name of the option to set. |
| Value | Setting a value to an empty string clears it from the mapping and prevents it being sent. |