You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
By the time assets are deleted, ResolveName() will not return the object name as the underlying package is no longer there, so it will not get deleted form the class tree. Performing direct string manupulation on the object path avoids this. UE-8201 - Task node blueprints remain active in the context menu after they are deleted. [CL 2482961 by Thomas Sarkanen in Main branch]