I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:UTUIScene_CommandMenu (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UIRoot >> UIScreenObject >> UIScene >> UTUIScene >> UTUIScene_Hud >> UTUIScene_CommandMenu |
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. |
Default values[edit]
Property | Value |
---|---|
bAlwaysRenderScene | True |
bDisplayCursor | True |
bFlushPlayerInput | False |
bIgnoreAxisInput | True |
bRenderParentScenes | False |
SceneInputMode | INPUTMODE_MatchingOnly |
Subobjects[edit]
SceneEventComponent[edit]
Class: Engine.UIComp_Event
Inherits from: UTUIScene_Hud.SceneEventComponent
Property | Value |
---|---|
DisabledEventAliases[0] | 'Clicked' |
Functions[edit]
Events[edit]
PostInitialize[edit]
event PostInitialize ()
Overrides: UIScreenObject.PostInitialize
Called after this screen object's children have been initialized. While the Initialized event is only called when a widget is initialized for the first time, PostInitialize() will be called every time this widget receives a call to Initialize(), even if the widget was already initialized. Examples would be reparenting a widget.
Other instance functions[edit]
PreRenderCallback[edit]
function PreRenderCallback ()