Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Editor.EditorEngine

Extends
Engine
Modifiers
native noexport transient

Core.Object
|   
+-- Core.Subsystem
   |   
   +-- Engine.Engine
      |   
      +-- Editor.EditorEngine

Direct Known Subclasses:

UnrealEdEngine

Variables Summary
vectorAddLocation
planeAddPlane
intAutoSaveCount
intAutoSaveIndex
textureBad
textureBadHighlight
boolbBootstrapping
boolbFastRebuild
textureBkgnd
textureBkgndHi
classBrowseClass
intClickFlags
intConstraintsVtbl
classCurrentClass
meshCurrentMesh
staticmeshCurrentStaticMesh
textureCurrentTexture
levelLevel
textureMaterialArrow
textureMaterialBackdrop
intMode
floatMovementSpeed
packagePackageContext
intPad[8]
textbufferResults
modelTempModel
intTerrainEditBrush
staticmeshTexPropCube
staticmeshTexPropSphere
array<Object>Tools
transbufferTrans
Advanced
boolAlwaysShowTerrain
boolAutoSave
byteAutosaveTimeMinutes
array<string>CutdownPackages
array<string>EditPackages
floatFovAngleDegrees
stringGameCommandLine
boolGodMode
boolLoadEntirePackageWhenSaving
boolShowIntWarnings
boolUseActorRotationGizmo
boolUseAxisIndicator
boolUseSizingBox
Grid
boolGridEnabled
vectorGridSize
floatSnapDistance
boolSnapVertices
RotationGrid
boolRotGridEnabled
rotatorRotGridSize
Inherited Variables from Engine.Engine
Audio, bShowAnimStats, bShowAudioStats, bShowFrameRate, bShowGameStats, bShowHardwareStats, bShowHistograph, bShowLightStats, bShowLIPSincStats, bShowMatineeStats, bShowNetStats, bShowRenderStats, bShowXboxMemStats, bSlowRefChecking, CacheSizeMegs, Client, ClientCycles, CurrentTickRate, Cylinder, C_ActorArrow, C_ActorHiWire, C_ActorWire, C_AddWire, C_AnimMesh, C_Black, C_BrushSnap, C_BrushVertex, C_BrushWire, C_ConstraintLine, C_Current, C_GreyWire, C_GroundHighlight, C_GroundPlane, C_Invalid, C_Mask, C_Mover, C_NonSolidWire, C_OrthoBackground, C_Pivot, C_ScaleBox, C_ScaleBoxHi, C_Select, C_SemiSolidWire, C_StaticMesh, C_SubtractWire, C_TerrainWire, C_VolumeBrush, C_White, C_WireBackground, C_WireGridAxis, C_WorldBox, C_ZoneWire, DetectedVideoMemory, GameCycles, GRenDev, ServerReadsStdin, TickCycles, UseSound, UseStaticMeshBatching
Inherited Variables from Core.Subsystem
ExecVtbl


Variables Detail

AddLocation Source code

var const vector AddLocation;

AddPlane Source code

var const plane AddPlane;

AutoSaveCount Source code

var const int AutoSaveCount;

AutoSaveIndex Source code

var const config int AutoSaveIndex;

Bad Source code

var const texture Bad;

BadHighlight Source code

var const texture BadHighlight;

bBootstrapping Source code

var const bool bBootstrapping;

bFastRebuild Source code

var const bool bFastRebuild;

Bkgnd Source code

var const texture Bkgnd;

BkgndHi Source code

var const texture BkgndHi;

BrowseClass Source code

var const class BrowseClass;

ClickFlags Source code

var const int ClickFlags;

ConstraintsVtbl Source code

var const int ConstraintsVtbl;

CurrentClass Source code

var const class CurrentClass;

CurrentMesh Source code

var const mesh CurrentMesh;

CurrentStaticMesh Source code

var const staticmesh CurrentStaticMesh;

CurrentTexture Source code

var const texture CurrentTexture;

Level Source code

var const level Level;

MaterialArrow Source code

var const texture MaterialArrow;

MaterialBackdrop Source code

var const texture MaterialBackdrop;

Mode Source code

var const int Mode;

MovementSpeed Source code

var const float MovementSpeed;

PackageContext Source code

var const package PackageContext;

Pad[8] Source code

var const int Pad[8];

Results Source code

var const textbuffer Results;

TempModel Source code

var const model TempModel;

TerrainEditBrush Source code

var const int TerrainEditBrush;

TexPropCube Source code

var staticmesh TexPropCube;

TexPropSphere Source code

var staticmesh TexPropSphere;

Tools Source code

var const array<Object> Tools;

Trans Source code

var const transbuffer Trans;

Advanced

AlwaysShowTerrain Source code

var(Advanced) config bool AlwaysShowTerrain;

AutoSave Source code

var(Advanced) config bool AutoSave;

AutosaveTimeMinutes Source code

var(Advanced) config byte AutosaveTimeMinutes;

CutdownPackages Source code

var(Advanced) globalconfig array<string> CutdownPackages;

EditPackages Source code

var(Advanced) globalconfig array<string> EditPackages;

FovAngleDegrees Source code

var(Advanced) config float FovAngleDegrees;

GameCommandLine Source code

var(Advanced) config string GameCommandLine;

GodMode Source code

var(Advanced) config bool GodMode;

LoadEntirePackageWhenSaving Source code

var(Advanced) config bool LoadEntirePackageWhenSaving;

ShowIntWarnings Source code

var(Advanced) config bool ShowIntWarnings;

UseActorRotationGizmo Source code

var(Advanced) config bool UseActorRotationGizmo;

UseAxisIndicator Source code

var(Advanced) config bool UseAxisIndicator;

UseSizingBox Source code

var(Advanced) config bool UseSizingBox;

Grid

GridEnabled Source code

var(Grid) config bool GridEnabled;

GridSize Source code

var(Grid) config vector GridSize;

SnapDistance Source code

var(Grid) config float SnapDistance;

SnapVertices Source code

var(Grid) config bool SnapVertices;

RotationGrid

RotGridEnabled Source code

var(RotationGrid) config bool RotGridEnabled;

RotGridSize Source code

var(RotationGrid) config rotator RotGridSize;


Defaultproperties

defaultproperties
{
     Bad=Bad
     Bkgnd=Bkgnd
     BkgndHi=BkgndHi
	 MaterialArrow=MaterialArrow
	 MaterialBackdrop=MaterialBackdrop
	 BadHighlight=BadHighlight
	 GridSize=(X=16,Y=16,Z=16)
	 TexPropCube=StaticMesh'TexPropCube'
	 TexPropSphere=StaticMesh'TexPropSphere'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:04.509 - Created with UnCodeX