I don't need to test my programs. I have an error-correcting modem.

UE2:UT2K4LoadingPageBase (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> Actor >> Vignette >> UT2K4LoadingPageBase
Package: 
GUI2K4
Direct subclasses:
UT2K4SP_LadderLoading, UT2K4ServerLoading

Adapted from UT2LoadingPageBase © 2003, Epic Games, Inc. All Rights Reserved

Properties

Operations

Type: array<DrawOpBase>


Functions

Events

DrawVignette

simulated event DrawVignette (Canvas C, float Progress)

Overrides: Vignette.DrawVignette


Other instance functions

AddImage

simulated function DrawOpImage AddImage (Material Image, float Top, float Left, float Height, float Width)


AddImageStretched

simulated function DrawOpImage AddImageStretched (Material Image, float Top, float Left, float Height, float Width)


AddJustifiedText

simulated function DrawOpText AddJustifiedText (string Text, byte Just, float Top, float Left, float Height, float Width, optional byte VAlign)


AddMultiLineText

simulated function DrawOpText AddMultiLineText (string Text, float Top, float Left, float Height, float Width)


AddText

simulated function DrawOpText AddText (string Text, float Top, float Left)


DLOTexture

simulated function Material DLOTexture (string TextureFullName)