I’m trying to execute some code in editor after a blueprint is compiled. I would use constructor, but I need the details panel values for my UProperties.
I was hoping PostInitProperties would allow me to achieve this, but it seems that it still does not use the details panel values (at least in editor).
The only thing that kind of works is PostEditChangeProperty, but that isn’t called after compilation, which is a bit frustrating