Gah - a solution with more questions. – EntropicLqd

UE3:UIFocusHint (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
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.