TArray<AActor*> Add

Check out this for a handy way to decipher some C++:

http://c-faq.com/decl/spiral.anderson.html

AAstar *const &Item is:

“item is a reference to a constant pointer to an AAStar”

Const protects to the left, so the pointer is protected, not Item