Navigation
API > API/Plugins > API/Plugins/PixelStreamingBlueprint
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- UPixelStreamingStreamerComponent
References
| Module | PixelStreamingBlueprint |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingBlueprint/Public/PixelStreamingStreamerComponent.h |
| Include | #include "PixelStreamingStreamerComponent.h" |
Syntax
UCLASS&40;BlueprintType, Blueprintable, Category&61;"PixelStreaming",
Meta&61;&40;DisplayName&61;"Streamer Component", BlueprintSpawnableComponent&41;&41;
class UPixelStreamingStreamerComponent : public UActorComponent
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | CoupleFramerate | ||
| FOnInputReceived | OnInputReceived | ||
| FStreamingStartedEvent | OnStreamingStarted | ||
| FStreamingStoppedEvent | OnStreamingStopped | ||
| FString | SignallingServerURL | ||
| FString | StreamerId | ||
| int32 | StreamFPS | ||
| TObjectPtr< UPixelStreamingStreamerVideoInput > | VideoInput |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UPixelStreamingStreamerComponent
(
const FObjectInitializer& ObjectInitializer |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | FreezeStream
(
UTexture2D* Texture |
||
| FString | GetId () |
||
| bool | |||
| bool | IsStreaming () |
||
| void | SendPlayerMessage
(
uint8 Type, |
||
| void | |||
| void | |||
| void |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FStreamingStartedEvent | |||
| FStreamingStoppedEvent |
Typedefs
| Name | Description |
|---|---|
| FOnInputReceived |