Ok I have no clue what to do, I tried to override every suboject related function from: UObject | Unreal Engine Documentation
I tried it to log which function is called or not called, so I know if I have to override or call it.
Struggled with templates but got it to work in plain c++, doing this in ue4 c++ I get a bunch of errors I can’t resolve. Can you please give me a hint what I have do to next?