I have a circular problem.
I want to bind this variable in a UserWidget from C++:
UPROPERTY(meta = (BindWidget))
UWidgetAnimation* InAnimation;
If the variable does not exist i have this error:
And If the variable does exist i have this other error:
Any idea?
Thank you so much!!