Cogito, ergo sum
UE3:UIFocusHint (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UIRoot >> UIScreenObject >> UIObject >> UILabel >> UIFocusHint |
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. |
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 |
|
Subobjects[edit]
LabelStringRenderer[edit]
Class: Engine.UIComp_DrawString
Inherits from: UILabel.LabelStringRenderer
Property | Value | ||||
---|---|---|---|---|---|
AutoSizeParameters[0] |
|
||||
AutoSizeParameters[1] |
|
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.