UE2:MoFloatEdit (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoFloatEdit
Package:
XInterface
This class in other games:

(C) 2002, Epic Games

Properties

Property group 'Option'

MaxValue

Type: float


Default value: 9999.0

MinValue

Type: float


Default value: -9999.0

MyNumericEdit

Type: GUIFloatEdit

Modifiers: noexport, editconst


Step

Type: float


Default value: 0.1

Default values

Property Value
ComponentClassName "XInterface.GUIFloatEdit"

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMenuOption.InitComponent


Other instance functions

GetComponentValue

function string GetComponentValue ()

Overrides: GUIMenuOption.GetComponentValue


GetValue

function float GetValue ()


SetComponentValue

function SetComponentValue (coerce string NewValue, optional bool bNoChange)

Overrides: GUIMenuOption.SetComponentValue


SetReadOnly

function SetReadOnly (bool b)

Overrides: GUIMenuOption.SetReadOnly


Setup

function Setup (coerce float NewMin, coerce float NewMax, coerce float NewStep)


SetValue

function SetValue (coerce float V)