I don't need to test my programs. I have an error-correcting modem.
UE3:UIStringRenderer (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Interface >> UIStringRenderer |
Contents
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.