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" |
bool GetConfigOption
(
const FName & OptionName,
FString & OutValue
)
Remarks
Get the Gonfigerartion value for a specific option.
Parameters
| Name | Description |
|---|---|
| OptionName | The name of the config option to get. |
| Value | The value of the config option retrieved. |