I love the smell of UnrealEd crashing in the morning. – tarquin
UE3:UIEditorOptions (UT3)
Contents
- 1 Constants
- 2 Properties
- 2.1 bRenderContainerOutline
- 2.2 bRenderMouseBoundsOutline
- 2.3 bRenderPerWidgetSelectionOutline
- 2.4 bRenderSelectionOutline
- 2.5 bRenderTitleSafeRegionOutline
- 2.6 bRenderViewportOutline
- 2.7 bShowDockHandles
- 2.8 bSnapToGrid
- 2.9 bViewShowWireframe
- 2.10 DataStoreBrowserSashPosition
- 2.11 GridSize
- 2.12 mViewDrawBkgnd
- 2.13 mViewDrawGrid
- 2.14 ToolMode
- 2.15 ViewportGutterSize
- 2.16 VirtualSizeX
- 2.17 VirtualSizeY
- 2.18 WindowPosition
- 3 Structs
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 class tracks and stores the currently configured settings for a single ui editor window. When a UI editor window is created, a UIEditorOptions object is created for that window using the name of the window as the name of the UIEditorOptions object. As the user changes options in the ui editor, those values are stored here. When the editor window is destroyed, the values are saved to the ini using standard PerObjectConfig naming rules.
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Constants[edit]
AUTOEXPAND_VALUE[edit]
Value: 0
the virtual size of the viewport - this size is used when the scene requests the viewport size
Properties[edit]
bRenderContainerOutline[edit]
Type: bool
Modifiers: config
whether the various outline indicators should be rendered
Default value: True
bRenderMouseBoundsOutline[edit]
Type: bool
Modifiers: config
whether the various outline indicators should be rendered
bRenderPerWidgetSelectionOutline[edit]
Type: bool
Modifiers: config
whether the various outline indicators should be rendered
Default value: True
bRenderSelectionOutline[edit]
Type: bool
Modifiers: config
whether the various outline indicators should be rendered
Default value: True
bRenderTitleSafeRegionOutline[edit]
Type: bool
Modifiers: config
whether the various outline indicators should be rendered
bRenderViewportOutline[edit]
Type: bool
Modifiers: config
whether the various outline indicators should be rendered
Default value: True
bShowDockHandles[edit]
Type: bool
Modifiers: config
Default value: True
bSnapToGrid[edit]
Type: bool
Modifiers: config
Default value: True
bViewShowWireframe[edit]
Type: bool
Modifiers: config
if TRUE then primitive scene is rendered in wireframe mode
DataStoreBrowserSashPosition[edit]
Type: int
Modifiers: config
the position of the datastore splitter sash
GridSize[edit]
Type: int
Modifiers: config
Default value: 8
mViewDrawBkgnd[edit]
Type: bool
Modifiers: config
mViewDrawGrid[edit]
Type: bool
Modifiers: config
Default value: True
ToolMode[edit]
Type: int
Modifiers: config
ViewportGutterSize[edit]
Type: int
Modifiers: config
the number of pixels to use for a "gutter" around the scene being rendered.
VirtualSizeX[edit]
Type: int
Modifiers: config
VirtualSizeY[edit]
Type: int
Modifiers: config
WindowPosition[edit]
Type: ViewportDimension
Modifiers: config
the position of this editor window
Default value:
Member | Value |
---|---|
Height | 768 |
Width | 1024 |
X | 256 |
Y | 256 |
Structs[edit]
ViewportDimension[edit]
represents the layout for an editor window