Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UDKBase.UDKUIDataStore_StringAliasMap


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
/**
 * This datastore allows games to map aliases to strings that may change based on the current platform or language setting.
 *
 * Copyright 1998-2011 Epic Games, Inc. All Rights Reserved.
 *
 */
class UDKUIDataStore_StringAliasMap extends UIDataStore_StringAliasMap
	native
	Config(Game);

/** Debug variable to fake a platform: -1 = Normal, 0 = PC, 1 = XBox360, 2 = PS3 */
var config int FakePlatform;

/**
 * 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.
 */
native virtual function int GetStringWithFieldName( String FieldName, out String MappedString );


Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: to 6-1-2011 07:13:04.000 - Creation time: ti 22-3-2011 19:57:12.549 - Created with UnCodeX