This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5.5
Add File
New File
Upload File
Apply Patch
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
LevelInstanceEditor
/
Private
History
a bialokozowicz
815464e82a
Avoid interacting with EditorModeManager singleton during editor shutdown, as it's destroyed in AppPreExit, which is before ShutdownModule is called during editor shutdown (AppExit)
...
#jira UE-226325 #rb JeanFrancois.Dube [CL 36946180 by a bialokozowicz in 5.5 branch]
2024-10-08 16:30:32 -04:00
..
LevelInstanceActorDetails.cpp
…
LevelInstanceActorDetails.h
…
LevelInstanceActorFactory.cpp
Fixed crash when creating a new Level Instance Actor from the create actor panel
2024-08-08 10:18:55 -04:00
LevelInstanceActorFactory.h
…
LevelInstanceEditorMode.cpp
LevelInstance: Prevent mouse wheel capture if bIsViewportSubSelectionEnabled is false.
2024-07-26 14:13:18 -04:00
LevelInstanceEditorMode.h
…
LevelInstanceEditorModeCommands.cpp
…
LevelInstanceEditorModeCommands.h
…
LevelInstanceEditorModeToolkit.cpp
…
LevelInstanceEditorModeToolkit.h
…
LevelInstanceEditorModule.cpp
Avoid interacting with EditorModeManager singleton during editor shutdown, as it's destroyed in AppPreExit, which is before ShutdownModule is called during editor shutdown (AppExit)
2024-10-08 16:30:32 -04:00
LevelInstanceEditorModule.h
…
LevelInstanceEditorSettings.cpp
…
LevelInstanceFilterPropertyTypeCustomization.cpp
…
LevelInstanceFilterPropertyTypeCustomization.h
…
LevelInstancePivotDetails.cpp
…
LevelInstancePivotDetails.h
…
LevelInstanceSceneOutlinerColumn.cpp
…
LevelInstanceSceneOutlinerColumn.h
…
PackedLevelActorUtils.cpp
…
SLevelInstancePivotPicker.cpp
…
SLevelInstancePivotPicker.h
…
SNewLevelInstanceDialog.cpp
…
SNewLevelInstanceDialog.h
…