UObject has PostEditChangeProperty and PostEditChangeChainProperty but structs themselves don’t seem to have this.
The thing is I was hoping to add some code to a struct itself so I don’t have to copy paste the same PostEditChange functions to every UObject that contains them. Or is that the only way?