The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

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

bIsArbitrated

Type: bool

Modifiers: config

Whether this playlist is arbitrated or not

DisplayName

Type: string

Modifiers: config, localized

Localized display name for the playlist

PlaylistGameTypeNames

Type: array<name>

Modifiers: config

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

PlaylistId

Type: int

Modifiers: config

Unique identifier for this Playlist

Priority

Type: int

Modifiers: config

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