Navigation
API > API/Plugins > API/Plugins/PixelStreaming > API/Plugins/PixelStreaming/IPixelStreamingSignallingConnect-
Description
Enables or disables the keep alive pings on this connection. Receiving connections should disable the keep alive since the reference signalling server will reject pings from players and close the connection.
Derived Overrides
| Name | SetKeepAlive |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/IPixelStreamingSignallingConnection.h |
| Include Path | #include "IPixelStreamingSignallingConnection.h" |
void SetKeepAlive
(
bool bKeepAlive
)
Parameters
| Name | Remarks |
|---|---|
| bKeepAlive | True to enable keep alive pings. False to disable. |