I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:BaseGUIController (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Interactions >> Interaction >> BaseGUIController |
Contents
- Package:
- Engine
- Direct subclass:
- GUIController
- This class in other games:
- UT2003, UE2Runtime
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Class: Engine.BaseGUIController
This is just a stub class that should be subclassed to support menus.
Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved
Properties[edit]
DefaultPens[edit]
Type: Material
Array size: 3
Default value, index 0: Texture'MenuWhite'
Default value, index 1: Texture'MenuBlack'
Default value, index 2: Texture'MenuGray'
NetworkMsgMenu[edit]
Type: string
Modifiers: config
Menu used for network messages
QuestionMenuClass[edit]
Type: string
Modifiers: config
Default values[edit]
Property | Value |
---|---|
bActive | False |
bNativeEvents | True |
Delegates[edit]
OnAdminReply[edit]
delegate OnAdminReply (string Reply)
Functions[edit]
Events[edit]
AutoLoadMenus[edit]
event AutoLoadMenus ()
CloseAll[edit]
CloseMenu[edit]
InitializeController[edit]
event InitializeController ()
NeedsMenuResolution[edit]
event bool NeedsMenuResolution ()
OpenMenu[edit]
ReplaceMenu[edit]
event bool ReplaceMenu (string NewMenuName, optional string Param1, optional string Param2, optional bool bCancelled)
SetRequiredGameResolution[edit]
event SetRequiredGameResolution (string GameRes)
Other instance functions[edit]
SetControllerStatus[edit]
function SetControllerStatus (bool On)