Problem with Moveto selecting 'Object' key

Yeah, I just had the problem, after looking at the code a little bit, seems like it’s because the MoveTo (and several other tasks) are now applying a filter, which now only takes the blackboard key that’s restricted to the Actor type (which makes sense since it will require the location info from the actor). To make your key usable you must go to your black board, select your key. Look at the property window, and expand the “Key Type” property where you can see there’s an additional “Base Class” property, which you should set to Actor to make your key usable for MoveTo.

3 Likes