Cannot Cast to Actor Component from HUD Class in C++

It is an actor in the level I am trying to create a Radar that gets all of the actors inside of the level and returns their locations to the radar hud. RadarActors is a TArray comprised of AActors. That is partially why I was attempting to cast to a class of AActor* Actors.