Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
This class manages the UI editor windows. It's responsible for initializing scenes when they are loaded/created and managing the root scene client for all ui editors. Created by the UIScene generic browser type and stored in the BrowserManager. Copyright 1998-2007 Epic Games, Inc. All Rights Reserved
Core.Object | +-- UnrealEd.UISceneManager
Constants Summary |
---|
Inherited Contants from Core.Object |
---|
DegToRad, INDEX_NONE, MaxInt, Pi, RadToDeg |
Inherited Variables from Core.Object |
---|
Class, HashNext, HashOuterNext, Linker, LinkerIndex, Name, NetIndex, ObjectArchetype, ObjectFlags, ObjectInternalInteger, Outer, StateFrame, VfTableObject |
Enumerations Summary |
---|
Inherited Enumerations from Core.Object |
---|
EAxis, EInputEvent, EInterpCurveMode, EInterpMethodType, ETickingGroup |
Structures Summary | ||
---|---|---|
UIObjectResourceInfo | ||
UIObjectToolbarMapping WidgetClassName, IconName, Tooltip, HelpText | ||
UIResourceInfo UIResource, FriendlyName | ||
UIStateResourceInfo | ||
UIStyleResourceInfo | ||
UITitleRegions RecommendedPercentage, MaxPercentage |
Functions Summary | ||
---|---|---|
![]() | GetSupportedUIStates (out array<UIStateResourceInfo> out_SupportedStates, optional class |
Variables Detail |
---|
The UISkin currently providing styles to the scenes in the editor. Only one UISkin can be active at a time.
Manages all persistent global data stores. Created when the UISceneManager is initialized.
A pointer to the instance of WxDlgUIDataStoreBrowser
Holds an array of scene clients, which correspond to each scene that's been opened or created during this editing session. Scene clients are not removed or deleted when their scene is closed
Variable that stores the max/recommended safe regions for the screen.
Quick lookup for friendly names for UIState resources. Built when UISceneManager is initialized.
the list of useable UIState resources. Build when UISceneManager is initialized.
the list of useable UIStyle resources. Built when UISceneManager is initialized.
The list of placeable widgets types. Used to fill the various "add new widget" menus. Built when the UISceneManager is initialized.
Structures Detail |
---|
Comparison operators
var String HelpText;};
var String IconName;
var String Tooltip;
var String WidgetClassName;
Comparison operators
HelpText:Status bar text for the toolbar button (Should be a localizable lookup)IconName:Icon for the toolbar buttonTooltip:Tooltip for the toolbar button (Should be a localizable lookup)WidgetClassName:Name of the widget class to represent
FriendlyName:the text that will be displayed in all menus and dialogs for this resourceUIResource:pointer to an archetype for a UI resource, such as a widget, style, or state
Comparison operators
Comparison operators
Functions Detail |
---|
Retrieves the list of UIStates which are supported by the specified widget.
@param out_SupportedStates the list of UIStates supported by the specified widget class.
@param WidgetClass if specified, only those states supported by this class will be returned. If not specified, all states will be returned.
Defaultproperties |
---|
defaultproperties { UIWidgetToolbarMaps(0)=(WidgetClassName="Engine.UIButton",IconName="UI_MODE_BUTTON",ToolTip="UIEditor_Widget_Button",HelpText="UIEditor_HelpText_Button") UIWidgetToolbarMaps(1)=(WidgetClassName="Engine.UIEditBox",IconName="UI_MODE_EDITBOX",ToolTip="UIEditor_Widget_Editbox",HelpText="UIEditor_HelpText_Editbox") UIWidgetToolbarMaps(2)=(WidgetClassName="Engine.UIImage",IconName="UI_MODE_IMAGE",ToolTip="UIEditor_Widget_Image",HelpText="UIEditor_HelpText_Image") UIWidgetToolbarMaps(3)=(WidgetClassName="Engine.UILabel",IconName="UI_MODE_LABEL",ToolTip="UIEditor_Widget_Label",HelpText="UIEditor_HelpText_Label") UIWidgetToolbarMaps(4)=(WidgetClassName="Engine.UILabelButton",IconName="UI_MODE_LABELBUTTON",ToolTip="UIEditor_Widget_LabelButton",HelpText="UIEditor_HelpText_LabelButton") UIWidgetToolbarMaps(5)=(WidgetClassName="Engine.UIToggleButton",IconName="UI_MODE_TOGGLEBUTTON",ToolTip="UIEditor_Widget_ToggleButton",HelpText="UIEditor_HelpText_ToggleButton") UIWidgetToolbarMaps(6)=(WidgetClassName="Engine.UICheckbox",IconName="UI_MODE_CHECKBOX",ToolTip="UIEditor_Widget_CheckBox",HelpText="UIEditor_HelpText_CheckBox") UIWidgetToolbarMaps(7)=(WidgetClassName="Engine.UIList",IconName="UI_MODE_LIST",ToolTip="UIEditor_Widget_List",HelpText="UIEditor_HelpText_List") UIWidgetToolbarMaps(8)=(WidgetClassName="Engine.UIPanel",IconName="UI_MODE_PANEL",ToolTip="UIEditor_Widget_Panel",HelpText="UIEditor_HelpText_Panel") UIWidgetToolbarMaps(9)=(WidgetClassName="Engine.UISlider",IconName="UI_MODE_SLIDER",ToolTip="UIEditor_Widget_Slider",HelpText="UIEditor_HelpText_Slider") TitleRegions=(RecommendedPercentage=0.850000,MaxPercentage=0.900000) Name="Default__UISceneManager" ObjectArchetype=Object'Core.Default__Object' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |