Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Media Stream Source' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Media Stream Source |
Outputs
| Type | Name | Description |
|---|---|---|
| name | Scheme | Used by the handler subsystem to identifer the scheme used.A value of NAME_None identifies a null or invalid source. |
| string | Path | Path to the referenced source, such as a file/asset path or a managed source name.A path must be provided to have a valid scheme. |
| object | Object | Source of the Media. Either a UMediaStream, UMediaSource or a UMediaPlaylist |