I added the Animation Starter Pack to my project and am trying to delete some files that came with the pack. In the AnimStarterPack folder I am trying to delete files:
-
UE4ASP_HeroTPP_AnimBlueprint [Animation Blueprint]
-
Ue4ASP_Character [Character Blueprint]
I have tried different ways of doing this (including restarting the editor, setting the character blueprint to not use an animation blueprint, deleting things from the animation blueprint, etc) but always end up with memory references. After making my changes, the Reference Viewer shows nothing feeding into either the character or animation blueprint but both still show memory references and only give the option to Force Delete.
What are the steps needed to properly remove all asset and memory references so that I can remove these files from the editor without a Force Delete?
I think that manually deleting the files outside of the editor would be an option but I want to learn how to do this through the editor. I would like to learn how to do this from editor so I know how to properly remove files from future content/packs that I add to my project.