Navigation
API > API/Plugins > API/Plugins/PixelStreamingServers
References
| Module | PixelStreamingServers |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingServers/Public/PixelStreamingServers.h |
| Include | #include "PixelStreamingServers.h" |
Syntax
struct FLaunchArgs
Remarks
Configuration to control behaviour when launching any of the Pixel Streaming servers.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bPollUntilReady | If true poll until ready. | |
| FString | ProcessArgs | Arguments passed to the actual server when its process is started. | |
| float | ReconnectionIntervalSeconds | Reconnect interval in seconds. | |
| float | ReconnectionTimeoutSeconds | Reconnection timeout in seconds. | |
| TOptional< FString > | ServerBinaryOverridePath | Path the server binary to run instead of launching server by running scripts. |