Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE3:UIDataStore_StringAliasMap (UT3)
Object >> UIRoot >> UIDataProvider >> UIDataStore >> UIDataStore_StringAliasMap |
- Package:
- Engine
- Direct subclasses:
- UTUIDataStore_StringAliasBindingsMap, UTUIDataStore_StringAliasMap
- 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. |
This datastore allows games to map aliases to strings that may change based on the current platform or language setting.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved
Properties[edit]
MenuInputMapArray[edit]
Type: array<UIMenuInputMap>
Modifiers: config
Array of input string mappings for use in the front end.
MenuInputSets[edit]
Type: Object.Map_Mirror{TMap<FName, TMap<FName, INT> >}
Modifiers: const, private, native, transient
collection of list element provider instances that are associated with each ElementProviderType
PlayerIndex[edit]
Type: int
Modifiers: const, transient
The index [into the Engine.GamePlayers array] for the player that this data store provides settings for.
Default values[edit]
Property | Value |
---|---|
Tag | 'StringAliasMap' |
Structs[edit]
UIMenuInputMap[edit]
Modifiers: native
Struct to store the field values and how they map to localized strings
Native functions[edit]
FindMappingWithFieldName[edit]
Attempts to find a mapping index given a field name.
Parameters:
- FieldName - Fieldname to search for.
Returns:
- Returns the index of the mapping in the mapping array, otherwise INDEX_NONE if the mapping wasn't found.
GetPlayerOwner[edit]
Returns a reference to the ULocalPlayer that this PlayerSettingsProvdier provider settings data for
GetStringWithFieldName[edit]
Set MappedString to be the localized string using the FieldName as a key Returns the index into the mapped string array of where it was found.