There is no spoon
UE3:UIState_TargetedTab (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents
- Package:
- Engine
- Implemented interfaces:
- UIEventContainer
- This class in other games:
- UDK
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. |
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 2007 Epic Games, Inc. All Rights Reserved.
Events[edit]
IsWidgetClassSupported[edit]
Overrides: UIState.IsWidgetClassSupported
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.
Parameters:
- WidgetClass - the widget class to check.
Returns:
- TRUE if this state can appear in the state-related controls and menus for WidgetClass.