Always snap to grid

UE2:AnimatedEditBox (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> moEditBox >> AnimatedEditBox
Package: 
GUI2K4

Created on: 10/18/2003 This specialized menu-option only displays the editbox when this component is focused

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

Properties

Property group 'AnimatedEditBox'

bUpdated

Type: bool

Modifiers: noexport, editconst, protected


bUseValueForCaption

Type: bool


Increment

Type: float


Default value: 0.1

Default values

Property Value
bAutoSizeCaption False
CaptionWidth 1.0
OnActivate InternalOnActivate
OnDeActivate InternalOnDeactivate

Instance functions

InternalOnActivate

function InternalOnActivate ()


InternalOnChange

function InternalOnChange (GUIComponent Sender)

Overrides: GUIMenuOption.InternalOnChange


InternalOnDeactivate

function InternalOnDeactivate ()


InternalOnPreDraw

function bool InternalOnPreDraw (Canvas C)


SetText

function SetText (string Str)

Overrides: moEditBox.SetText


ShowEditBox

function ShowEditBox ()


ShowLabel

function ShowLabel ()