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

UE2:GUIToolTip (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIToolTip

Contents

Package: 
XInterface

Created on: 01/19/2004 Tooltip that appears when this component is moused over

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

[edit] Properties

[edit] Property group 'GUIToolTip'

[edit] bMultiLine

Type: bool

Allow hint text to be wrapped if it's too long

Default value: True

[edit] bResetPosition

Type: bool

Position of this component needs to be updated

[edit] bTrackInput

Type: bool

Should this tooltip disappear when input is received

Default value: True

[edit] bTrackMouse

Type: bool

This tooltip will follow the mouse as it moves

[edit] CurrentTime

Type: float

Modifiers: noexport


[edit] ExpirationSeconds

Type: float

Modifiers: globalconfig


Default value: 3.0

[edit] InitialDelay

Type: float

Modifiers: globalconfig

Number of seconds of inactivity before appearing

Default value: 0.25

[edit] Lines

Type: array<string>

Modifiers: const

If multiline == true, contains the tooltip lines

[edit] MaxWidth

Type: float

Modifiers: globalconfig

Max width of the tooltip area, in percent of the screen width

Default value: 0.3

[edit] StartTime

Type: float

Modifiers: noexport


[edit] Text

Type: string

Modifiers: const

Entire tooltip

[edit] Default values

Property Value
bRequiresStyle True
bVisible False
StyleName "MouseOver"

[edit] Delegates

[edit] EnterArea

delegate GUIToolTip EnterArea ()


[edit] GetHeight

delegate float GetHeight (Canvas C)


[edit] GetLeft

delegate float GetLeft (Canvas C)


[edit] GetTop

delegate float GetTop (Canvas C)


[edit] GetWidth

delegate float GetWidth (Canvas C)


[edit] HideToolTip

delegate HideToolTip ()


[edit] LeaveArea

delegate bool LeaveArea ()


[edit] ShowToolTip

delegate ShowToolTip ()


[edit] Tick

delegate Tick (float RealSeconds)


[edit] Functions

[edit] Native functions

[edit] SetTip

native final function SetTip (coerce string NewTip)


[edit] Events

[edit] UpdatePosition

event UpdatePosition (Canvas C)


[edit] Other instance functions

[edit] GetTopAboveCursor

singular function float GetTopAboveCursor (Canvas C)


[edit] GetTopBelowCursor

singular function float GetTopBelowCursor (Canvas C)


[edit] InternalEnterArea

function GUIToolTip InternalEnterArea ()


[edit] InternalLeaveArea

function bool InternalLeaveArea ()


Personal tools