I am trying to reference an actor in my 2DSideScrollerCharacter blueprint. The problem is that I get this message when I try to set the default value of that actor:
“Editing this value in a Class Default Object is not allowed.”
I tried making it a class instead of an object but it didn’t work because I need to call a function in that other actor.
is it abstract or an interface?
or is the variable a local variable instead of class variable?
also maybe try disabling “instance editable” but i don’t think that’s the issue.