Mostly Harmless
UE3:UIState_Focused (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. |
Represents the "focused" widget state. Focused widgets recieve the first chance to process input events.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Events[edit]
ActivateState[edit]
Overrides: UIState.ActivateState
Activate this state for the specified target.
Parameters:
- Target - the widget that is activating this state.
- PlayerIndex - the index [into the Engine.GamePlayers array] for the player that generated this call
Returns:
- TRUE to allow this state to be activated for the specified Target.