Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE3:UIFocusHint (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 11:47, 6 November 2009 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> UIRoot >> UIScreenObject >> UIObject >> UILabel >> UIFocusHint
Package: 
Engine
Implemented interfaces
UIDataStoreSubscriber, UIStringRenderer

Special kind of label used to display a indicator next to the currently focused interactive widget.

Copyright 1998-2009 Epic Games, Inc. All Rights Reserved

Default values[edit]

Property Value
DockTargets
Member Value
bLockWidthWhenDocked True

Subobjects[edit]

LabelStringRenderer[edit]

Class: Engine.UIComp_DrawString

Inherits from: UILabel.LabelStringRenderer

Property Value
AutoSizeParameters[0]
Member Value
bAutoSizeEnabled True
AutoSizeParameters[1]
Member Value
bAutoSizeEnabled True

WidgetEventComponent[edit]

Class: Engine.UIComp_Event

Inherits from: UILabel.WidgetEventComponent

No new values.

Events[edit]

RemovedFromParent[edit]

event RemovedFromParent (UIScreenObject WidgetOwner)

Overrides: UIScreenObject.RemovedFromParent

Notification that this widget's parent is about to remove this widget from its children array. Allows the widget to clean up any references to the old parent.

Parameters:

  • WidgetOwner - the screen object that this widget was removed from.