Navigation
API > API/Plugins > API/Plugins/PixelStreaming2 > API/Plugins/PixelStreaming2/UPixelStreaming2Delegates
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DECLARE_TS_MULTICAST_DELEGATE_TwoParams
(
FNewConnectionNative, |
Delegate type for when a new connection has been made to the session. | PixelStreaming2Delegates.h | |
DECLARE_TS_MULTICAST_DELEGATE_TwoParams
(
FClosedConnectionNative, |
Delegate type for when a connection to a player was lost. | PixelStreaming2Delegates.h | |
DECLARE_TS_MULTICAST_DELEGATE_TwoParams
(
FDataTrackOpenNative, |
Delegate type for when a new data track has been opened. | PixelStreaming2Delegates.h | |
DECLARE_TS_MULTICAST_DELEGATE_TwoParams
(
FDataTrackClosedNative, |
Delegate type for when an existing data track has been closed. | PixelStreaming2Delegates.h |
DECLARE_TS_MULTICAST_DELEGATE_TwoParams(FNewConnectionNative, FString, FString)
Description
Delegate type for when a new connection has been made to the session.
| Name | DECLARE_TS_MULTICAST_DELEGATE_TwoParams |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/PixelStreaming2Delegates.h |
| Include Path | #include "PixelStreaming2Delegates.h" |
DECLARE_TS_MULTICAST_DELEGATE_TwoParams
(
FNewConnectionNative,
FString,
FString
)
DECLARE_TS_MULTICAST_DELEGATE_TwoParams(FClosedConnectionNative, FString, FString)
Description
Delegate type for when a connection to a player was lost.
| Name | DECLARE_TS_MULTICAST_DELEGATE_TwoParams |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/PixelStreaming2Delegates.h |
| Include Path | #include "PixelStreaming2Delegates.h" |
DECLARE_TS_MULTICAST_DELEGATE_TwoParams
(
FClosedConnectionNative,
FString,
FString
)
DECLARE_TS_MULTICAST_DELEGATE_TwoParams(FDataTrackOpenNative, FString, FString)
Description
Delegate type for when a new data track has been opened.
| Name | DECLARE_TS_MULTICAST_DELEGATE_TwoParams |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/PixelStreaming2Delegates.h |
| Include Path | #include "PixelStreaming2Delegates.h" |
DECLARE_TS_MULTICAST_DELEGATE_TwoParams
(
FDataTrackOpenNative,
FString,
FString
)
DECLARE_TS_MULTICAST_DELEGATE_TwoParams(FDataTrackClosedNative, FString, FString)
Description
Delegate type for when an existing data track has been closed.
| Name | DECLARE_TS_MULTICAST_DELEGATE_TwoParams |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/PixelStreaming2Delegates.h |
| Include Path | #include "PixelStreaming2Delegates.h" |
DECLARE_TS_MULTICAST_DELEGATE_TwoParams
(
FDataTrackClosedNative,
FString,
FString
)