Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
A state very similar to focused, but only supports the UITabButton class. Used by the tab control when previewing other tab pages to indicate which tab button's page is currently visible. @note: native only because UITabButton references this class in native code. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object | +-- Engine.UIRoot | +-- Engine.UIState | +-- Engine.UIState_TargetedTab
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 | IsWidgetClassSupported (class |
Inherited Functions from Engine.UIState |
---|
ActivateState, AddSequenceObject, DeactivateState, GetUIEvents, IsActiveForPlayer, IsStateAllowed, IsWidgetClassSupported, OnActivate, OnDeactivate, RemoveSequenceObject, RemoveSequenceObjects |
Functions Detail |
---|
Determines whether this state can be used by the widget class specified. Only used in the UI editor to remove unsupported states from the various controls and menus.
@param WidgetClass the widget class to check.
@return TRUE if this state can appear in the state-related controls and menus for WidgetClass.
Defaultproperties |
---|
defaultproperties { Name="Default__UIState_TargetedTab" ObjectArchetype=UIState'Engine.Default__UIState' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |