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
class IServer
Remarks
Interface for all Pixel Streaming servers.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnFailedToReady | OnFailedToReady | Can fire when the server is unable to be contacted or connecting to it timed out. | |
| FOnReady | OnReady | Delegate fired when the server is ready for connections, first parameter is a map of all supported endpoints and their urls. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~IServer () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | |||
| bool | HasLaunched () |
||
| bool | IsReady () |
||
| bool | IsTimedOut () |
||
| bool | Launch
(
FLaunchArgs& InLaunchArgs |
Launch the server in a child process using the supplied launch arguments. | |
| void | Stop () |
Immediately stops the server. |
Typedefs
| Name | Description |
|---|---|
| FOnFailedToReady |