Navigation
API > API/Plugins > API/Plugins/PixelStreaming2 > API/Plugins/PixelStreaming2/UPixelStreaming2Delegates
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DECLARE_TS_MULTICAST_DELEGATE_ThreeParams
(
FVideoTrackOpenNative |
Delegate type for when a new video track has been opened. | PixelStreaming2Delegates.h | |
DECLARE_TS_MULTICAST_DELEGATE_ThreeParams
(
FVideoTrackClosedNative |
Delegate type for when an existing video track has been closed. | PixelStreaming2Delegates.h | |
DECLARE_TS_MULTICAST_DELEGATE_ThreeParams
(
FAudioTrackOpenNative |
Delegate type for when a new audio track has been opened. | PixelStreaming2Delegates.h | |
DECLARE_TS_MULTICAST_DELEGATE_ThreeParams
(
FAudioTrackClosedNative |
Delegate type for when an existing audio track has been closed. | PixelStreaming2Delegates.h | |
DECLARE_TS_MULTICAST_DELEGATE_ThreeParams
(
FStatChangedNative |
Delegate type for when a pixel streaming stat has changed. | PixelStreaming2Delegates.h |
DECLARE_TS_MULTICAST_DELEGATE_ThreeParams(FVideoTrackOpenNative)
Description
Delegate type for when a new video track has been opened.
| Name | DECLARE_TS_MULTICAST_DELEGATE_ThreeParams |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/PixelStreaming2Delegates.h |
| Include Path | #include "PixelStreaming2Delegates.h" |
DECLARE_TS_MULTICAST_DELEGATE_ThreeParams
(
FVideoTrackOpenNative
)
DECLARE_TS_MULTICAST_DELEGATE_ThreeParams(FVideoTrackClosedNative)
Description
Delegate type for when an existing video track has been closed.
| Name | DECLARE_TS_MULTICAST_DELEGATE_ThreeParams |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/PixelStreaming2Delegates.h |
| Include Path | #include "PixelStreaming2Delegates.h" |
DECLARE_TS_MULTICAST_DELEGATE_ThreeParams
(
FVideoTrackClosedNative
)
DECLARE_TS_MULTICAST_DELEGATE_ThreeParams(FAudioTrackOpenNative)
Description
Delegate type for when a new audio track has been opened.
| Name | DECLARE_TS_MULTICAST_DELEGATE_ThreeParams |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/PixelStreaming2Delegates.h |
| Include Path | #include "PixelStreaming2Delegates.h" |
DECLARE_TS_MULTICAST_DELEGATE_ThreeParams
(
FAudioTrackOpenNative
)
DECLARE_TS_MULTICAST_DELEGATE_ThreeParams(FAudioTrackClosedNative)
Description
Delegate type for when an existing audio track has been closed.
| Name | DECLARE_TS_MULTICAST_DELEGATE_ThreeParams |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/PixelStreaming2Delegates.h |
| Include Path | #include "PixelStreaming2Delegates.h" |
DECLARE_TS_MULTICAST_DELEGATE_ThreeParams
(
FAudioTrackClosedNative
)
DECLARE_TS_MULTICAST_DELEGATE_ThreeParams(FStatChangedNative)
Description
Delegate type for when a pixel streaming stat has changed.
| Name | DECLARE_TS_MULTICAST_DELEGATE_ThreeParams |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/PixelStreaming2Delegates.h |
| Include Path | #include "PixelStreaming2Delegates.h" |
DECLARE_TS_MULTICAST_DELEGATE_ThreeParams
(
FStatChangedNative
)