UMediaPlaylist::AddUrl

Add a media URL to the play list.

Windows
MacOS
Linux

References

Module

MediaAssets

Header

/Engine/Source/Runtime/MediaAssets/Public/MediaPlaylist.h

Include

#include "MediaPlaylist.h"

Source

/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaPlaylist.cpp

Syntax

bool AddUrl
(
    const FString & Url
)

Remarks

Add a media URL to the play list.

Returns

true if the URL was added, false otherwise.

Parameters

Parameter

Description

Url

The URL to add.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss