Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 00024 00025 00026 00027 00028 00029 00030 00031 00032 00033 00034 00035 |
/** * This action allows designers to add additional fields to * * Copyright 1998-2008 Epic Games, Inc. All Rights Reserved. */ class UIAction_AddDataField extends UIAction_DataStoreField native(inherit); // (cpptext) // (cpptext) // (cpptext) // (cpptext) // (cpptext) // (cpptext) // (cpptext) // (cpptext) /** * Indicates whether the data field should be saved to the UIDynamicFieldProvider's persistent storage area. */ var() bool bPersistentField; /** * Specifies the type of data field being added. */ var() EUIDataProviderFieldType FieldType; defaultproperties { OutputLinks(1)=(LinkDesc="Success") ObjName="Add Data Field" Name="Default__UIAction_AddDataField" ObjectArchetype=UIAction_DataStoreField'Engine.Default__UIAction_DataStoreField' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |