Api - 1.0 - PMTags

Enum that holds arrangement types

[Unity C#]
public enum PMTags
{
    none = 0,
    high_backing,
    low_backing,
    backing_track,
    preview,
    victory,
    failure,
    highlight,
    lowlight,
    full_song
}
C#

[Unreal C++]
Not available yet ...
C++