Is it possible to draw DrawHUD in () the Actor my what if?

MyHUD
.cpp

void MyHUD::DrawHUD()
{
Super::DrawHUD();

  // 1. draw texture
  Canvas->DrawItem(TileItem); // texture draw 

   //  2. How do draw the Actor?
   drawActor

   // 3. draw texture
  Canvas->DrawItem(TileItem); // texture draw 

}

ex Image)

9460-i4527544744.jpg