Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Media Stream Scheme Handler Create Player Params' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| object | Media Stream | The container for the player. |
| object | Current Player | The current player to update or null.If a player is provided, it will be re-used to open the source, if it can be.If no player is provided, a new player will be created (if allowed). |
| boolean | Can Open Source | Whether the new player can open the source or not.If this is false, it may mean that a new player is not created oran existing player is not updated. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Media Stream Scheme Handler Create Player Params |