I love the smell of UnrealEd crashing in the morning. – tarquin

UE3:UIStringRenderer (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10: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 Interface >> UIStringRenderer
Package: 
Engine
Known implementing classes:
UILabel, UIToolTip
This interface in other games:
UDK

Provides an interface for working with widgets that render strings in some way.

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved

Native functions[edit]

SetTextAlignment[edit]

native final virtual function SetTextAlignment (UIRoot.EUIAlignment Horizontal, UIRoot.EUIAlignment Vertical)

Sets the text alignment for the string that the widget is rendering.

Parameters:

  • Horizontal - Horizontal alignment to use for text, UIALIGN_MAX means no change.
  • Vertical - Vertical alignment to use for text, UIALIGN_MAX means no change.