Unable to save level while an instance is being used

UE - World Creation - Worldbuilding Tools - Level Instances - Mar 20, 2023

Level Sequences in Level Instances

UE - World Creation - Worldbuilding Tools - Level Instances - Mar 20, 2023

Workaround is to specify Binding Overrides on the LevelSequenceActor through its Details panel as such (while editing the LI). ...

Hitting check when removing HISM instances with Custom Instance Data

UE - Rendering Architecture - Mar 20, 2023

Hitting check(UploadInfo.InstanceCustomDataCount * InstanceCount == UploadInfo.InstanceCustomData.Num()) and also seeing incorrect isntance order after removing instances from HISMs. Additionally ...

Memory Leak caused by auto save files

UE - World Creation - Worldbuilding Tools - World Partition - Mar 20, 2023

Dirty Actors in WP lose their actor folder in the outliner (and cause warnings) on PIE

UE - World Creation - Worldbuilding Tools - World Partition - Mar 20, 2023

From Licensee: You can reproduce this in stock by doing the following:Make a new 5.1 project with a new WP map (it can be empty)Put some actors in some folders in the outliner and save them/reload ...

Instigator is not set properly in Lyra health change callbacks

UE - Content - Sample - Mar 17, 2023

LyraHealthComponent has an OnHealthChanged callback that is executed whenever a character takes damage. One of the parameters is Instigator, but that is never set properly in the current version of ...

Crash when Copy/Pasting from Older UE Versions

UE - Editor - Workflow Systems - Mar 17, 2023

When copy/pasting scene objects from older Unreal versions into Unreal 5.1, the editor will crash. ...

Raytraced translucency makes ExpHeightFog black

UE - Graphics Features - Mar 17, 2023

Does not occur in path tracing nor rasterized translucency. ...

Unable to save a map file when editing a LevelInstance by placing multiple LevelInstances on a PersistentLevel

UE - World Creation - Worldbuilding Tools - Level Instances - Mar 17, 2023

Can not save the map file, if trying to edit a LevelInstance in a PersistentLevel where multiple LevelInstances are placed. The workaround is to open and edit the LevelInstance as PersistentLevel.  ...

Game feature plugins do not unregister absolute scan paths on removal

UE - Gameplay - Mar 16, 2023

The GameFeatureData asset used by the game features subsystem supports defining extra paths to scan for asset manager assets specific to that plugin. Originally this system only supported relative p ...