So, can i make a class in c++ that, let’s say “supports” editor utilities and let’s say i make a “setInstanceCastStaticShadows(ustaticmeshcomponent inst, bool value)” function, can i call that function from the editor utility blueprint?
And i got myself thinking why wasn’t i able to edit that value from python? According to the documentation i should be able to do that.