UE2:GUIFormatNumEdit (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
![]() |
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUINumericEdit >> GUIFormatNumEdit |
- Package:
- XInterface
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. |
NumericEdit component with custom formatting
Written by Michiel Hendriks (c) 2003, 2004, Epic Games, Inc. All Rights Reserved
Properties
bUnformated
Type: bool
Modifiers: protected
Delegates
FormatValue
Functions
Events
InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUINumericEdit.InitComponent
Other instance functions
CalcMaxLen
function CalcMaxLen ()
Overrides: GUINumericEdit.CalcMaxLen
EditOnChange
function EditOnChange (GUIComponent Sender)
Overrides: GUINumericEdit.EditOnChange
FormatToValue
function FormatToValue ()
SetValue
function SetValue (int V)
Overrides: GUINumericEdit.SetValue
SpinnerMinusClick
function bool SpinnerMinusClick (GUIComponent Sender)
Overrides: GUINumericEdit.SpinnerMinusClick
SpinnerPlusClick
function bool SpinnerPlusClick (GUIComponent Sender)
Overrides: GUINumericEdit.SpinnerPlusClick
ValidateValue
function ValidateValue ()
Overrides: GUINumericEdit.ValidateValue
ValueToFormat
function ValueToFormat ()