Navigation
API > API/Plugins > API/Plugins/TmvMedia > API/Plugins/TmvMedia/UTmvMediaTranscodeList
Description
Reorder an item from the given source index to the destination index.
This function will broadcast the FOnItemEvent.
| Name | ReorderItems |
| Type | function |
| Header File | /Engine/Plugins/Media/TmvMedia/Source/TmvMedia/Public/Transcoder/TmvMediaTranscodeList.h |
| Include Path | #include "Transcoder/TmvMediaTranscodeList.h" |
| Source | /Engine/Plugins/Media/TmvMedia/Source/TmvMedia/Private/Transcoder/TmvMediaTranscodeList.cpp |
bool ReorderItems
(
int32 InFromIndex,
int32 InToIndex
)
true if the operation completed, false if the indices where not valid.