I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE1:EditorEngine (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
RTNP Object >> Subsystem >> Engine >> EditorEngine
Package: 
Editor
This class in other games:
U1, UT, UT2003, UT2004, UE2Runtime, U2, U2XMP, UT3, UDK

EditorEngine: The UnrealEd subsystem. This is a built-in Unreal class and it shouldn't be modified.

Properties[edit]

Property group 'Advanced'[edit]

AutoSave[edit]

Type: bool

Modifiers: config


AutosaveTimeMinutes[edit]

Type: byte

Modifiers: config


Default value: 5

EditPackages[edit]

Type: array<string>

Modifiers: config


Default value: ("Core","Engine","Editor","UWindow","Fire","IpDrv","UBrowser","UnrealShare","UnrealI","UMenu","IpServer","UDSDemo","UPak")

FovAngleDegrees[edit]

Type: float

Modifiers: config


Default value: 90.0

GameCommandLine[edit]

Type: string

Modifiers: config


Default value: "-log"

GodMode[edit]

Type: bool

Modifiers: config


Default value: True

Property group 'Colors'[edit]

C_ActorArrow[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
R 163

C_ActorHiWire[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
G 127
R 255

C_ActorWire[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
G 63
R 127

C_AddWire[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
B 255
G 127
R 127

C_Black[edit]

Type: Object.Color

Modifiers: config


C_BrushSnap[edit]

Type: Object.Color

Modifiers: config


C_BrushVertex[edit]

Type: Object.Color

Modifiers: config


C_BrushWire[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
B 63
G 63
R 255

C_Current[edit]

Type: Object.Color

Modifiers: config


C_GreyWire[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
B 163
G 163
R 163

C_GroundHighlight[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
B 127

C_GroundPlane[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
B 63

C_Invalid[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
B 163
G 163
R 163

C_Mask[edit]

Type: Object.Color

Modifiers: config


C_Mover[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
B 255
R 255

C_NonSolidWire[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
B 32
G 192
R 63

C_OrthoBackground[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
B 163
G 163
R 163

C_Pivot[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
G 255

C_ScaleBox[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
B 11
G 67
R 151

C_ScaleBoxHi[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
B 157
G 149
R 223

C_Select[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
B 127

C_SemiSolidWire[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
G 255
R 127

C_SubtractWire[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
B 63
G 192
R 255

C_White[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
B 255
G 255
R 255

C_WireBackground[edit]

Type: Object.Color

Modifiers: config


C_WireGridAxis[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
B 119
G 119
R 119

C_WorldBox[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
B 107

C_ZoneWire[edit]

Type: Object.Color

Modifiers: config


Property group 'Grid'[edit]

GridEnabled[edit]

Type: bool

Modifiers: config


Default value: True

GridSize[edit]

Type: Object.Vector

Modifiers: config


Default value:

Member Value
X 16.0
Y 16.0
Z 16.0

SnapDistance[edit]

Type: float

Modifiers: config


Default value: 10.0

SnapVertices[edit]

Type: bool

Modifiers: config


Default value: True

Property group 'RotationGrid'[edit]

RotGridEnabled[edit]

Type: bool

Modifiers: config


Default value: True

RotGridSize[edit]

Type: Object.Rotator

Modifiers: config


Default value:

Member Value
Pitch 1024
Roll 1024
Yaw 1024

Internal variables[edit]

AddLocation[edit]

Type: Object.Vector

Modifiers: const


AddPlane[edit]

Type: Object.Plane

Modifiers: const


AutoSaveCount[edit]

Type: int

Modifiers: const


AutoSaveIndex[edit]

Type: int

Modifiers: const, config


Default value: 6

Bad[edit]

Type: Texture

Modifiers: const


Default value: Texture'Editor.Bad'

bBootstrapping[edit]

Type: bool

Modifiers: const


Bkgnd[edit]

Type: Texture

Modifiers: const


Default value: Texture'Editor.Bkgnd'

BkgndHi[edit]

Type: Texture

Modifiers: const


Default value: Texture'Editor.BkgndHi'

BrowseClass[edit]

Type: Class

Modifiers: const


ClickFlags[edit]

Type: int

Modifiers: const


CollOff[edit]

Type: Texture

Modifiers: const


Default value: Texture'Editor.B_CollOf'

CollOn[edit]

Type: Texture

Modifiers: const


Default value: Texture'Editor.B_CollOn'

ConstraintsVtbl[edit]

Type: int

Modifiers: const


CurrentClass[edit]

Type: Class

Modifiers: const


CurrentTexture[edit]

Type: Texture

Modifiers: const


Level[edit]

Type: Level

Modifiers: const


LiteOff[edit]

Type: Texture

Modifiers: const


LiteOn[edit]

Type: Texture

Modifiers: const


Default value: Texture'Editor.B_LiteOn'

MenuDn[edit]

Type: Texture

Modifiers: const


Default value: Texture'Editor.B_MenuDn'

MenuUp[edit]

Type: Texture

Modifiers: const


Default value: Texture'Editor.B_MenuUp'

Mode[edit]

Type: int

Modifiers: const


MovementSpeed[edit]

Type: float

Modifiers: const


NotifyVtbl[edit]

Type: int

Modifiers: const


PackageContext[edit]

Type: Package

Modifiers: const


Pad[edit]

Type: int

Array size: 8

Modifiers: const


PlyrOff[edit]

Type: Texture

Modifiers: const


Default value: Texture'Editor.B_PlyrOf'

PlyrOn[edit]

Type: Texture

Modifiers: const


Default value: Texture'Editor.B_PlyrOn'

Results[edit]

Type: TextBuffer

Modifiers: const


TempModel[edit]

Type: Model

Modifiers: const


Tools[edit]

Type: array<Object>

Modifiers: const


Trans[edit]

Type: TransBuffer

Modifiers: const


Default values[edit]

Property Value
CacheSizeMegs 6