Navigation
API > API/Plugins > API/Plugins/PixelStreamingServers > API/Plugins/PixelStreamingServers/IServer
References
| Module | PixelStreamingServers |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingServers/Public/PixelStreamingServers.h |
| Include | #include "PixelStreamingServers.h" |
bool Launch
&40;
FLaunchArgs & InLaunchArgs
&41;
Remarks
Launch the server in a child process using the supplied launch arguments. True if the server was able to start launching, this can fail when launching child process servers where files must exist on disk.
Parameters
| Name | Description |
|---|---|
| LaunchArgs | The launch arguments to control how the server is launched, including what args to pass to the child process. |