The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE3:UIStringRenderer (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Interface >> UIStringRenderer |
Contents
- Package:
- Engine
- Known implementing classes:
- UIFocusHint, UILabel
- This interface in other games:
- UT3
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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.