There is no spoon
UE3:UTUIDataStore_MenuItems (UT3)
Object >> UIRoot >> UIDataProvider >> UIDataStore >> UIDataStore_GameResource >> UTUIDataStore_MenuItems |
Contents
- Package:
- UTGame
- Implemented interfaces:
- UIListElementCellProvider, UIListElementProvider
- This class in other games:
- UDK
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Inherited version of the game resource datastore that has UT specific dataproviders.
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Properties[edit]
EnabledMutators[edit]
Array of enabled mutators, the available mutators list will not contain any of these mutators.
GameModeFilter[edit]
Type: int
Current game mode to filter by.
Default value: 2
MapCycle[edit]
Array of maps, the available maps list will not contain any of these maps.
WeaponPriority[edit]
Priority listing of the weapons, index 0 being highest priority.
Default values[edit]
Property | Value | ||||||
---|---|---|---|---|---|---|---|
ElementProviderTypes[0] |
|
||||||
ElementProviderTypes[1] |
|
||||||
ElementProviderTypes[2] |
|
||||||
ElementProviderTypes[3] |
|
||||||
ElementProviderTypes[4] |
|
||||||
ElementProviderTypes[5] |
|
||||||
ElementProviderTypes[6] |
|
||||||
ElementProviderTypes[7] |
|
||||||
ElementProviderTypes[8] |
|
||||||
ElementProviderTypes[9] |
|
||||||
ElementProviderTypes[10] |
|
||||||
ElementProviderTypes[11] |
|
||||||
Tag | 'UTMenuItems' | ||||||
WriteAccessType | ACCESS_WriteAll |
Functions[edit]
Static native functions[edit]
GetAllResourceDataProviders[edit]
finds all UIResourceDataProvider objects defined in all .ini files in the game's config directory static and script exposed to allow access to map/mutator/gametype/weapon lists outside of the menus
Native functions[edit]
FindValueInProviderSet[edit]
Attempts to find the index of a provider given a provider field name, a search tag, and a value to match.
Returns:
- Returns the index of the provider or INDEX_NONE if the provider wasn't found.
GetProviderCount[edit]
Returns:
- Returns the number of providers for a given field name.
GetProviderSet[edit]
Attempts to retrieve all providers with the specified provider field name.
Parameters:
- ProviderFieldName - Name of the provider set to search for
- OutProviders - A set of providers with the given name
Returns:
- TRUE if the set was found, FALSE otherwise.
GetValueFromProviderSet[edit]
Attempts to find the value of a provider given a provider cell field.
Returns:
- Returns true if the value was found, false otherwise.
IsProviderFiltered[edit]
Returns:
- Whether or not the specified provider is filtered or not.