Navigation
API > API/Plugins > API/Plugins/PixelStreaming
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPixelStreamingDelegates
References
| Module | PixelStreaming |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/PixelStreamingDelegates.h |
| Include | #include "PixelStreamingDelegates.h" |
Syntax
UCLASS&40;&41;
class UPixelStreamingDelegates : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAllConnectionsClosed | OnAllConnectionsClosed | ||
| FAllConnectionsClosedNative | OnAllConnectionsClosedNative | ||
| FClosedConnection | OnClosedConnection | ||
| FClosedConnectionNative | OnClosedConnectionNative | ||
| FConnectedToSignallingServer | OnConnectedToSignallingServer | ||
| FConnectedToSignallingServerNative | OnConnectedToSignallingServerNative | ||
| FDataChannelClosed | OnDataChannelClosedNative | ||
| FDataChannelOpen | OnDataChannelOpenNative | ||
| FDisconnectedFromSignallingServer | OnDisconnectedFromSignallingServer | ||
| FDisconnectedFromSignallingServerNative | OnDisconnectedFromSignallingServerNative | ||
| FFallbackToSoftwareEncodering | OnFallbackToSoftwareEncodering | ||
| FFallbackToSoftwareEncoderingNative | OnFallbackToSoftwareEncoderingNative | ||
| FNewConnection | OnNewConnection | ||
| FNewConnectionNative | OnNewConnectionNative | ||
| FQualityControllerChanged | OnQualityControllerChangedNative | ||
| FStatsChanged | OnStatChanged | ||
| FStatChangedNative | OnStatChangedNative |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UPixelStreamingDelegates * | Create the singleton. | ||
| UPixelStreamingDelegates * |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FAllConnectionsClosed | BP Delegate. | ||
| FClosedConnection | BP Delegate. | ||
| FConnectedToSignallingServer | BP Delegate. | ||
| FDisconnectedFromSignallingServer | BP Delegate. | ||
| FFallbackToSoftwareEncodering | BP Delegate. | ||
| FNewConnection | BP Delegate. | ||
| FStatsChanged | BP Delegate. |
Typedefs
| Name | Description |
|---|---|
| FAllConnectionsClosedNative | C++ Delegate. |
| FClosedConnectionNative | C++ Delegate. |
| FConnectedToSignallingServerNative | C++ Delegate. |
| FDataChannelClosed | C++ Delegate. |
| FDataChannelOpen | C++ Delegate. |
| FDisconnectedFromSignallingServerNative | C++ Delegate. |
| FFallbackToSoftwareEncoderingNative | C++ Delegate. |
| FNewConnectionNative | C++ Delegate. |
| FQualityControllerChanged | C++ Delegate. |
| FStatChangedNative | C++ Delegate. |
Constants
| Name | Description |
|---|---|
| bIsExiting | |
| Singleton | The singleton object. |