External actors don't show soft references in reference viewer

UE - World Creation - Worldbuilding Tools - OFPA - Mar 6, 2024

No warning that soft references will be broken when deleting an actor

UE - World Creation - Worldbuilding Tools - OFPA - Mar 6, 2024

Deleting an actor that has soft references to it will not trigger a message box to confirm the deletion nor provide the list of other actors that reference it unless they are dirty. ...

Renaming actors between levels during PIE causes issues

UE - World Creation - Worldbuilding Tools - OFPA - Dec 4, 2023

When renaming actors during PIE the actor generates a new, non memory/temporary, actor package underneath the PIE world- this is then causing checks in EnumerateMemoryAssetsHelper (in AssetRegistry. ...

Renaming WP map does not remove original external actors

UE - World Creation - Worldbuilding Tools - OFPA - Oct 19, 2023

Renaming a WP map through the content browser does not delete the external actors associated with the originally named map. The rename duplicate builder seems to work correctly and can be used inste ...

Transient Subclasses of ABrush default to supporting external packaging

UE - World Creation - Worldbuilding Tools - OFPA - Aug 29, 2023

ABrush::SupportsExternalPackaging overrides the base implementation of  AActor::SupportsExternalPackaging which returns false for transient actors, but it doesn't call super. As a result, transient ...

Editor crash on level load when bUseActorFolders is true after dragging Actor into another folder in the Outliner

UE - World Creation - Worldbuilding Tools - OFPA - Mar 7, 2023

From licensee: Hello! Our level streaming setup enables the bUseActorFolders on our levels. When moving the Actor into another folder via the Outline, the editor will crash on the next load Assert ...

Deleting assets doesn't report referencing actors

UE - World Creation - Worldbuilding Tools - OFPA - Dec 15, 2022

If something is blocking the One File Per Actor file, you can delete the actor inside Unreal, but the file won't be deleted and will reappear after the map is reloaded.

UE - World Creation - Worldbuilding Tools - OFPA - Nov 14, 2022

Licensee:Artist reported removed actors reappearing I suspect that file got loaded by something and tested what going to happen if you open a file for read I used python to test lock_file = R'C ...

[Sound Cue][Open World] - Crash when creating a Sound cue from an Ambient Sound actor on an Open World map

UE - World Creation - Worldbuilding Tools - OFPA - Apr 18, 2022

When trying to recreate an issue that resulted in [Link Removed], I came across this call stack.   Regression testing done in //UE4/Release-4.27.2 CL-18427296 and this issue did NOT happen. ...