Spawnable Level Instance via Sequencer in WP map

UE - World Creation - Worldbuilding Tools - Level Instances - Aug 21, 2023

ULevelInstanceSubsystem::OnActorDeleted: check(!IsEditingLevelInstanceDirty(LevelInstance) && !HasDirtyChildrenLevelInstances(LevelInstance)); ...

Spline Mesh regression on older iOS phone

UE - Platform - Mobile - Jun 10, 2019

Regression with rendering Spline Mesh Components seen on older (5s) iOS device. I did not reproduce a crash with an iPadPro A1701 or an Android Note 4 Confirmed in 4.23 MAIN at CL 6910902 ...

"Build All Levels" does not re-AddNavigationSystemToWorld

UE - AI - Navigation - Feb 28, 2024

The Build All Levels editor action cleans up the world's NavDataSet (UNavigationSystemV1::NavDataSet) as pre-rebuild world cleanup by calling: SetNavigationSystem(nullptr); inside UWorld::Cleanu ...

Struct crashes when switching variable types while the default values are being shown

Tools - Jan 11, 2016

If the user switches between two variable types in a struct while the default values are being shown then the editor will crash ...