If I have a Blueprint that is Read-Only - How can I make it Editable ? Is there a place somewhere in Unreal there you can Uncheck The “Read Only” for a Blueprint ?
If that is impossible - How can I create a Copy that is in fact Editable ?
And if that is impossible - How can I create a new blueprint with the same things inside ? I What do I have to know regarding the special Blueprint to be able to recreate it ?
The Blueprint is from “The City” - The Masscrowd - And the reason why I want this is because my computer can´t handle everything in “Masscrowd” - But if i delete the “Normalweight” people it is actually posible to use it for learning - but this Blueprint that by default seems to use “Normalweight” is the ONLY thing that stops me from using this - so all help would really be much appreciated ! The blueprint´s name is “BPL_CrowdCharacter” and it only contains one function - “GetBodyType” that is connected to a -“Return node” that contains the EnumType Variable “Normalweight” and I only want to change the Variable to Enumtype “Overweight”.