Greetings!
I know declare an UPROPERTY and it will be exposed on property window.
Then, override both CopyToInternal() and Equal() function so I can set value from property window correctly.
However, I’d like it to work as opposite. That property will be set in the code instead from property window. How do I sync the value to the editor? I’m sure the value is set successfully in code but it doesn’t react to the editor UI :(.
Many thanks!