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, FString, FString, bool)
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,
FString ,
FString ,
bool
)
DECLARE_TS_MULTICAST_DELEGATE_ThreeParams(FVideoTrackClosedNative, FString, FString, bool)
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,
FString ,
FString ,
bool
)
DECLARE_TS_MULTICAST_DELEGATE_ThreeParams(FAudioTrackOpenNative, FString, FString, bool)
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,
FString ,
FString ,
bool
)
DECLARE_TS_MULTICAST_DELEGATE_ThreeParams(FAudioTrackClosedNative, FString, FString, bool)
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,
FString ,
FString ,
bool
)
DECLARE_TS_MULTICAST_DELEGATE_ThreeParams(FStatChangedNative, FString, FName, float)
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,
FString ,
FName ,
float
)