I don't need to test my programs. I have an error-correcting modem.

UE3:UIEditboxString (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> UIRoot >> UIString >> UIEditboxString
Package: 
Engine
Within class: 
UIEditBox
This class in other games:
UDK

This specialized version of UIString is used in editboxes. UIEditboxString is different from UIString in that it is aware of the first character that should be visible in the editbox, and ensures that the string's nodes only contain text that falls within the editboxes bounding region, without affecting the data store binding associated with each individual node.

Todo: UIString is supposed to support persistence, so that designers can override the extents for individual nodes in the string, so this class should not be marked transient Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.