Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Represents the "disabled" widget state. Disabled widgets cannot respond to input or recieve focus. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object | +-- Engine.UIRoot | +-- Engine.UIState | +-- Engine.UIState_Disabled
Constants Summary |
---|
Variables Summary |
---|
Inherited Variables from Engine.UIState |
---|
DisabledInputActions, MouseCursorName, PlayerIndexMask, StackPriority, StateInputActions, StateSequence |
Inherited Variables from Engine.UIRoot |
---|
CurrentMenuState, ModifierStack |
Enumerations Summary |
---|
Structures Summary |
---|
Functions Summary | ||
---|---|---|
![]() | bool | ActivateState (UIScreenObject Target, int PlayerIndex )) |
![]() | bool | IsStateAllowed (UIScreenObject Target, UIState NewState, int PlayerIndex )) |
Inherited Functions from Engine.UIState |
---|
ActivateState, AddSequenceObject, DeactivateState, GetUIEvents, IsActiveForPlayer, IsStateAllowed, IsWidgetClassSupported, OnActivate, OnDeactivate, RemoveSequenceObject, RemoveSequenceObjects |
Functions Detail |
---|
Activate this state for the specified target.
@param Target the widget that is activating this state.
@param PlayerIndex the index [into the Engine.GamePlayers array] for the player that generated this call
@return TRUE to allow this state to be activated for the specified Target.
Allows states currently in a widget's StateStack to prevent the widget from entering a new state. This function is only called for states currently in the widget's StateStack.
@param Target the widget that wants to enter the new state
@param NewState the new state that widget wants to enter
@param PlayerIndex the index [into the Engine.GamePlayers array] for the player that generated this call
@return TRUE if the widget should be allowed to enter the state specified.
Defaultproperties |
---|
defaultproperties { Name="Default__UIState_Disabled" ObjectArchetype=UIState'Engine.Default__UIState' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |