Navigation
API > API/Plugins > API/Plugins/PixelStreaming2 > API/Plugins/PixelStreaming2/UPixelStreaming2Delegates
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FConnectedToSignallingServerNative |
Delegate type for when a connection to the signalling server was made. | PixelStreaming2Delegates.h | |
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FDisconnectedFromSignallingServerNative |
Delegate type for when a connection to the signalling server was lost. | PixelStreaming2Delegates.h | |
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FAllConnectionsClosedNative |
Delegate type for when all connections have closed and nobody is viewing or interacting with the app. | PixelStreaming2Delegates.h |
DECLARE_TS_MULTICAST_DELEGATE_OneParam(FConnectedToSignallingServerNative)
Description
Delegate type for when a connection to the signalling server was made.
| Name | DECLARE_TS_MULTICAST_DELEGATE_OneParam |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/PixelStreaming2Delegates.h |
| Include Path | #include "PixelStreaming2Delegates.h" |
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FConnectedToSignallingServerNative
)
DECLARE_TS_MULTICAST_DELEGATE_OneParam(FDisconnectedFromSignallingServerNative)
Description
Delegate type for when a connection to the signalling server was lost.
| Name | DECLARE_TS_MULTICAST_DELEGATE_OneParam |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/PixelStreaming2Delegates.h |
| Include Path | #include "PixelStreaming2Delegates.h" |
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FDisconnectedFromSignallingServerNative
)
DECLARE_TS_MULTICAST_DELEGATE_OneParam(FAllConnectionsClosedNative)
Description
Delegate type for when all connections have closed and nobody is viewing or interacting with the app. This is an opportunity to reset the app.
| Name | DECLARE_TS_MULTICAST_DELEGATE_OneParam |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/PixelStreaming2Delegates.h |
| Include Path | #include "PixelStreaming2Delegates.h" |
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FAllConnectionsClosedNative
)