private void OnConsole(int InWindowID) { DebugHelper.Assert(Viewer != null); if (Viewer != null) { Viewer.OnConsole(InWindowID); } }