Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Represents the "focused" widget state. Focused widgets recieve the first chance to process input events. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object | +-- Engine.UIRoot | +-- Engine.UIState | +-- Engine.UIState_Focused
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 )) |
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.
Defaultproperties |
---|
defaultproperties { Name="Default__UIState_Focused" ObjectArchetype=UIState'Engine.Default__UIState' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |