UE3:UIStringRenderer (UDK)

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

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

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

Native functions

SetTextAlignment

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.