How can I activate the LogAINavigation log?

Hi!

How can I activate the LogAINavigation log? I’m calling MoveToLocation which fails but I get no log output.

Seems to be some condition race. When I step through the code in the debugger there is never a problem. However when I don’t step through it, it sometimes fails. Therefore I would really like access to the log. Any ideas how to achieve that?

That message is probably logged with UE_VLOG macro, whichs sends message to visual logger (Window > Developer tools > Visual logger)

Thanks!
I forgot that this question was still here. You are right, that’s why I didn’t got any output as I expected.