I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:OnlinePlaylistProvider (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> UIRoot >> UIDataProvider >> UIPropertyDataProvider >> UIResourceDataProvider >> OnlinePlaylistProvider
Package: 
Engine
Implemented interfaces
UIListElementCellProvider, UIListElementProvider

Copyright 1998-2009 Epic Games, Inc. All Rights Reserved

Per object config provider that exposes dynamic playlists to the UI system

Properties[edit]

bIsArbitrated[edit]

Type: bool

Modifiers: config

Whether this playlist is arbitrated or not

DisplayName[edit]

Type: string

Modifiers: config, localized

Localized display name for the playlist

PlaylistGameTypeNames[edit]

Type: array<name>

Modifiers: config

List of the names of the OnlinePlaylistGameTypeProvider for the game modes supported by this playlist

PlaylistId[edit]

Type: int

Modifiers: config

Unique identifier for this Playlist

Priority[edit]

Type: int

Modifiers: config

Value to determine sorting priority (highest is first in the list)