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

UE3:UTUIResourceDataProvider (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> UIRoot >> UIDataProvider >> UIPropertyDataProvider >> UIResourceDataProvider >> UTUIResourceDataProvider
Package: 
UTGame
Implemented interfaces
UIListElementCellProvider
Direct subclasses:
UTUIDataProvider_GameModeInfo, UTUIDataProvider_CommunityMenuItem, UTUIDataProvider_Mutator, UTUIDataProvider_DemoFile, UTUIDataProvider_KeyBinding, UTUIDataProvider_MainMenuItems, UTUIDataProvider_MapInfo, UTUIDataProvider_MenuOption, UTUIDataProvider_MidGameMenu, UTUIDataProvider_MultiplayerMenuItem, UTUIDataProvider_SettingsMenuItem, UTUIDataProvider_SimpleMenu, UTUIDataProvider_Weapon
This class in other games:
UDK

Extends the resource data provider to have a 'filter' accessor so we can decide whether or not to include the provider in a list of items.

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

Properties

Property group 'UTUIResourceDataProvider'

bSearchAllInis

Type: bool

whether to search all .inis for valid resource provider instances instead of just the our specified config file this is used for lists that need to support additions via extra files, i.e. mods

Internal variables

bRemoveOn360

Type: bool

Modifiers: config

Options to remove certain menu items on a per platform basis.

bRemoveOnPC

Type: bool

Modifiers: config


bRemoveOnPS3

Type: bool

Modifiers: config


IniName

Type: string

Modifiers: const

the .ini file that this instance was created from, if not the class default .ini (for bSearchAllInis classes)

Native functions

IsFiltered

function native virtual final bool IsFiltered ()

Returns:

Returns whether or not this provider should be filtered, by default it checks the platform flags.