Mostly Harmless

UE3:UIStringRenderer (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Interface >> UIStringRenderer
Package: 
Engine
Known implementing classes:
UIFocusHint, UILabel
This interface in other games:
UT3

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.