public AController GetController() { if (m_Controller == null) { m_Controller = CreateController(); } return m_Controller; }