Unreal Engine Blueprint API Reference > Media > Media Playlist
Replace the media source at the specified position.
Target is Media Playlist
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
integer | Index | The index of the media source to replace. |
object | Replacement | The replacement media source. |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
boolean | Return Value | true if the media source was replaced, false otherwise. |