UMediaPlaylist::RemoveAt

Remove the media source at the specified position.

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 RemoveAt
(
    int32 Index
)

Remarks

Remove the media source at the specified position.

Returns

true if the media source was removed, false otherwise.

Parameters

Parameter

Description

Index

The index of the media source to remove.

See Also

Add

Insert

RemoveAll

Replace

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