There is no spoon
UE2:GUIFormatNumEdit (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUINumericEdit >> GUIFormatNumEdit |
Contents |
- Package:
- XInterface
| This is an auto-generated page and may need human attention. Please remove this 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
[edit] Properties
[edit] bUnformated
Type: bool
Modifiers: protected
[edit] Delegates
[edit] FormatValue
[edit] Functions
[edit] Events
[edit] InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUINumericEdit.InitComponent
[edit] Other instance functions
[edit] CalcMaxLen
function CalcMaxLen ()
Overrides: GUINumericEdit.CalcMaxLen
[edit] EditOnChange
function EditOnChange (GUIComponent Sender)
Overrides: GUINumericEdit.EditOnChange
[edit] FormatToValue
function FormatToValue ()
[edit] SetValue
function SetValue (int V)
Overrides: GUINumericEdit.SetValue
[edit] SpinnerMinusClick
function bool SpinnerMinusClick (GUIComponent Sender)
Overrides: GUINumericEdit.SpinnerMinusClick
[edit] SpinnerPlusClick
function bool SpinnerPlusClick (GUIComponent Sender)
Overrides: GUINumericEdit.SpinnerPlusClick
[edit] ValidateValue
function ValidateValue ()
Overrides: GUINumericEdit.ValidateValue
[edit] ValueToFormat
function ValueToFormat ()
