UE2:MoFloatEdit (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
![]() |
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoFloatEdit |
- Package:
- XInterface
- This class in other games:
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. |
(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
Overrides: GUIMenuOption.SetComponentValue
SetReadOnly
function SetReadOnly (bool b)
Overrides: GUIMenuOption.SetReadOnly
Setup
SetValue
function SetValue (coerce float V)