Navigation
API > API/Plugins > API/Plugins/PixelStreaming2Servers
Configuration to control behaviour when launching any of the Pixel Streaming servers.
| Name | FLaunchArgs |
| Type | struct |
| Header File | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2Servers/Public/PixelStreaming2Servers.h |
| Include Path | #include "PixelStreaming2Servers.h" |
Syntax
struct FLaunchArgs
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bPollUntilReady | bool | If true poll until ready. | PixelStreaming2Servers.h | |
| ProcessArgs | FString | Arguments passed to the actual server when its process is started. | PixelStreaming2Servers.h | |
| ReconnectionIntervalSeconds | float | Reconnect interval in seconds. | PixelStreaming2Servers.h | |
| ReconnectionTimeoutSeconds | float | Reconnection timeout in seconds. | PixelStreaming2Servers.h |