class Menu
extends Engine.Actor//=============================================================================
// Menu: An in-game menu.
// This is a built-in Unreal class and it shouldn't be modified.
//
// Serves as a generic menu master class. Can be used with any style
// of menu implementation. Offers menu services such as reading input.
// Not dependent on any visual style.
//=============================================================================