There is no spoon
UE3:UnrealEdEngine (UT3)
Object >> Subsystem >> Engine >> EditorEngine >> UnrealEdEngine |
Contents
- 1 Properties
- 1.1 Property group 'Advanced'
- 1.2 Internal variables
- 1.2.1 AnimationCompressionAlgorithms
- 1.2.2 AutosaveCount
- 1.2.3 AutoSaveIndex
- 1.2.4 BrowserManager
- 1.2.5 BrowserManagerClassName
- 1.2.6 ClassRelocationInfo
- 1.2.7 EditorOptionsInst
- 1.2.8 HiddenKismetClassNames
- 1.2.9 MaterialCopyPasteBuffer
- 1.2.10 MatineeCopyPasteBuffer
- 1.2.11 NotifyVtbl
- 1.2.12 PackagesToBeFullyLoadedAtStartup
- 1.2.13 ThumbnailManager
- 1.2.14 ThumbnailManagerClassName
- 2 Structs
- Package:
- UnrealEd
- Direct subclass:
- UTUnrealEdEngine
- This class in other games:
- UE2Runtime, UT2003, UT2004, U2, UDK
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. |
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Properties[edit]
Property group 'Advanced'[edit]
AutoSave[edit]
Type: bool
Modifiers: config
Is autosaving enabled?
Default value: True
AutosaveTimeMinutes[edit]
Type: int
Modifiers: config
How often to save out to disk
Default value: 10
Internal variables[edit]
AnimationCompressionAlgorithms[edit]
Type: array<AnimationCompressionAlgorithm>
Global list of instanced animation compression algorithms.
AutosaveCount[edit]
Type: float
Modifiers: const
The number of 10-sec intervals that have passed since last autosave.
AutoSaveIndex[edit]
Type: int
Modifiers: const, config
The current autosave number, appended to the autosave map name, wraps after 10
BrowserManager[edit]
Type: BrowserManager
Modifiers: const
Manager responsible for creating and configuring browser windows
BrowserManagerClassName[edit]
Type: string
Modifiers: config
Holds the name of the browser manager class to instantiate
ClassRelocationInfo[edit]
Type: array<ClassMoveInfo>
Modifiers: config
Used during asset renaming/duplication to specify class-specific package/group targets.
EditorOptionsInst[edit]
Type: UnrealEdOptions
Modifiers: const
Global instance of the editor options class.
HiddenKismetClassNames[edit]
Modifiers: config
class names of Kismet objects to hide in the menus (i.e. because they aren't applicable for this game)
MaterialCopyPasteBuffer[edit]
Type: Material
Modifiers: const
A buffer for implementing material expression copy/paste.
MatineeCopyPasteBuffer[edit]
Type: Object
Modifiers: const
A buffer for implementing matinee track/group copy/paste.
NotifyVtbl[edit]
Type: pointer
Modifiers: const, noexport
PackagesToBeFullyLoadedAtStartup[edit]
Modifiers: config
Array of packages to be fully loaded at Editor startup.
Default value, index 0: "EditorMaterials"
Default value, index 1: "EditorMeshes"
Default value, index 2: "EditorResources"
Default value, index 3: "EngineMaterials"
Default value, index 4: "EngineFonts"
Default value, index 5: "EngineScenes"
Default value, index 6: "EngineResources"
Default value, index 7: "DefaultUISkin"
Default value, index 8: "Engine_MI_Shaders"
ThumbnailManager[edit]
Type: ThumbnailManager
Modifiers: const
Manager responsible for configuring and rendering thumbnails
ThumbnailManagerClassName[edit]
Type: string
Modifiers: config
Holds the name of the class to instantiate
Structs[edit]
ClassMoveInfo[edit]
Modifiers: native
Used during asset renaming/duplication to specify class-specific package/group targets.
- string ClassName
- The type of asset this MoveInfo applies to.
- string PackageName
- The target package info which assets of this type are moved/duplicated.
- string GroupName
- The target group info which assets of this type are moved/duplicated.
- bool bActive
- If TRUE, this info is applied when moving/duplicating assets.