Public interface functions from behavior tree tasks

I’m trying to access public methods on an interface but can’t seem to be able to. I have no problem accessing these methods in other places. Is this a bug or is there something I’m missing?

Could you be more specific?

When I’m inside of a blueprint for a behavior tree task I seem to be unable to access any functions on interfaces. I’ve tried turning context sensitivity off, but It won’t load any interface specific functions. It seems to work fine everywhere else, just not within the blueprint for a behavior tree task.