Hi there.
I’m trying out UMG. I placed a checkbox ( without binding ) .
I proceeded to use the checked status for another button.
I do this by placing the checkbox var and do getCheckedStatus.
The logic works. but i’m getting error saying it’s a private class and must be called from it’s own class and subclass.
What exactly is the ‘own’ class of the checkbox var?
FYI, everything works as intended it’s just that I keep getting compile warning now.