| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved. Version of UTUIOptionList which allows you to add options at runtime, but which doesn't use data providers
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIScreenObject
|
+-- Engine.UIObject
|
+-- UTGame.UTUI_Widget
|
+-- UTGame.UTDrawPanel
|
+-- UTGame.UTUIOptionList
|
+-- UTGame.UTUIDynamicOptionList
| Variables Summary | |
|---|---|
| array<DynamicMenuOption> | DynamicOptionTemplates |
| Inherited Variables from UTGame.UTDrawPanel |
|---|
| bUseFullViewport, Canvas, pHeight, pLeft, pTop, pWidth, ResolutionScale |
| Structures Summary | ||
|---|---|---|
| DynamicMenuOption OptionName, OptionType, RequiredGameMode, FriendlyName, Description, bEditableCombo, bNumericCombo, EditBoxMaxLength, EditboxAllowedChars, RangeData, bKeyboardOrMouseOption, bOnlineOnly, bOfflineOnly | ||
| Inherited Structures from UTGame.UTUIOptionList |
|---|
| GeneratedObjectInfo |
| Delegates Summary | ||
|---|---|---|
![]() | OnSetupOptionBindings () | |
| Inherited Delegates from UTGame.UTUIOptionList |
|---|
| OnAcceptOptions, OnOptionChanged, OnOptionFocused |
| Inherited Delegates from UTGame.UTDrawPanel |
|---|
| DrawDelegate |
| Functions Summary | ||
|---|---|---|
![]() | int | GetDynamicOptionIndexByName (name InName)) |
![]() | int | GetDynamicOptionIndexByObject (UIObject InObject)) |
![]() | RefreshAllOptions () | |
![]() | SetupOptionBindings ())) | |
| Inherited Functions from UTGame.UTDrawPanel |
|---|
| Draw2DLine, DrawPanel |
| Variables Detail |
|---|
| Structures Detail |
|---|
var bool bEditableCombo;};
var bool bKeyboardOrMouseOption;
var bool bNumericCombo;
var bool bOfflineOnly;
var bool bOnlineOnly;
var string Description;
var EEditBoxCharacterSet EditboxAllowedChars;
var int EditBoxMaxLength;
var string FriendlyName;
var name OptionName;
var EUTOptionType OptionType;
var UIRangeData RangeData;
var name RequiredGameMode;
| Delegates Detail |
|---|
OnSetupOptionBindings Source code| Functions Detail |
|---|
GetDynamicOptionIndexByName Source code
GetDynamicOptionIndexByObject Source code
RefreshAllOptions Source code
SetupOptionBindings Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object Class=UIComp_Event Name=WidgetEventComponent ObjName=WidgetEventComponent Archetype=UIComp_Event'UTGame.Default__UTUIOptionList:WidgetEventComponent'
ObjectArchetype=UIComp_Event'UTGame.Default__UTUIOptionList:WidgetEventComponent'
End Object
EventProvider=WidgetEventComponent
Name="Default__UTUIDynamicOptionList"
ObjectArchetype=UTUIOptionList'UTGame.Default__UTUIOptionList'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||