AI Not moving

Fixed it!
BeginPlay implementation was empty in my AI Controller C++ class. Removed the function and now it works. Apparently something important does happen at some point in the BeginPlay hierarchy but there were no errors other than an occasional ensure fail.