Navigation
API > API/Plugins > API/Plugins/PixelStreaming2Settings
The possible stream types Editor Streaming supports.
| Name | EPixelStreaming2EditorStreamTypes |
| Type | enum |
| Header File | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2Settings/Public/PixelStreaming2SettingsEnums.h |
| Include Path | #include "PixelStreaming2SettingsEnums.h" |
Syntax
enum EPixelStreaming2EditorStreamTypes
{
LevelEditorViewport = 0,
Editor = 1,
}
Values
| Name | Remarks |
|---|---|
| LevelEditorViewport | `LevelEditorViewport_ will stream just the level editor |
| Editor | `Editor_ will stream the full editor and any of its child windows |