UE3:UTUIDataStore_MenuItems (UDK)
Object >> UIRoot >> UIDataProvider >> UIDataStore >> UIDataStore_GameResource >> UTUIDataStore_MenuItems |
- Package:
- UTGame
- Implemented interfaces:
- UIListElementCellProvider, UIListElementProvider
- This class in other games:
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.
Properties
EnabledMutators
Array of enabled mutators, the available mutators list will not contain any of these mutators.
GameModeFilter
Type: int
Current game mode to filter by.
MapCycle
Array of maps, the available maps list will not contain any of these maps.
WeaponPriority
Priority listing of the weapons, index 0 being highest priority.
Default values
Property | Value | ||||||
---|---|---|---|---|---|---|---|
ElementProviderTypes[0] |
| ||||||
ElementProviderTypes[1] |
| ||||||
ElementProviderTypes[2] |
| ||||||
ElementProviderTypes[3] |
| ||||||
ElementProviderTypes[4] |
| ||||||
ElementProviderTypes[5] |
| ||||||
ElementProviderTypes[6] |
| ||||||
ElementProviderTypes[7] |
| ||||||
Tag | 'UTMenuItems' | ||||||
WriteAccessType | ACCESS_WriteAll |
Functions
Static native functions
GetAllResourceDataProviders
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
FindValueInProviderSet
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
Overrides: UIDataStore_GameResource.GetProviderCount
Returns:
- Returns the number of providers for a given field name.
GetProviderSet
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
Attempts to find the value of a provider given a provider cell field.
Returns:
- Returns true if the value was found, false otherwise.
IsProviderFiltered
Returns:
- Whether or not the specified provider is filtered or not.