Changing collision preset to “Custom”, and then changing some collision interaction check marks, wont save these changes in inherit child blueprints, but they will inherit all other collision preset settings, they only ignores check marks settings(“Collision enabled” and “Object Type” combobox works fine).
Reproduce steps:
- Create a blueprint ‘Actor1’.
- Add staticmesh component(SMC in the future) to it, don’t close tab with this blueprint yet.
- Create child blueprint of ‘Actor1’ with name let’s say ‘Actor1_Child’
- Change ‘Actor1’ SMC collision preset to any but “Custom”, and compile, you will see that child will take these settings too, all works fine for now.
- Now change ‘Actor1’ SMC collision preset to Custom, and change some check marks
- None of these settings(Beside CollisionEnabled and ObjectType) wont take changes from parent blueprint in ‘Actor1_Child’.