Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:UT2K4Movies (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
GUI2K4


Properties[edit]

DefaultItems[edit]

Type: array<DefItem>


Default value, index 0:

Member Value
Author "Epic Games"
MapName "MOV-UT2004-Intro"
Title "UT2004 Single Player Introduction Movie"

Default value, index 1:

Member Value
Author "Epic Games"
MapName "MOV-UT2-Intro"
Title "UT2003 Single Player Introduction Movie"

Default value, index 2:

Member Value
Author "Epic Games"
MapName "TUT-BR"
Title "Bombing Run Tutorial"

Default value, index 3:

Member Value
Author "Epic Games"
MapName "TUT-CTF"
Title "Capture the Flag Tutorial"

Default value, index 4:

Member Value
Author "Epic Games"
MapName "TUT-DM"
Title "Deathmatch Tutorial"

Default value, index 5:

Member Value
Author "Epic Games"
MapName "TUT-DOM"
Title "Double Domination Tutorial"

Default value, index 6:

Member Value
Author "Epic Games"
MapName "TUT-ONS"
Title "Onslaught Tutorial"

i_MapPreview[edit]

Type: GUIImage

Modifiers: automated


Default value: GUIImage'iMapPreview'

l_MapAuthor[edit]

Type: GUILabel

Modifiers: automated


Default value: GUILabel'MapAuthorLabel'

l_NoPreview[edit]

Type: GUILabel

Modifiers: automated


Default value: GUILabel'lNoPreview'

lb_MapDesc[edit]

Type: GUIScrollTextBox

Modifiers: automated


Default value: GUIScrollTextBox'lbMapDesc'

lb_Maps[edit]

Type: GUIListBox

Modifiers: automated


Default value: GUIListBox'lbMaps'

Maps[edit]

Type: array<CacheManager.MapRecord>


sb_Maps[edit]

Type: GUISectionBackground

Modifiers: automated


Default value: GUISectionBackground'sbMaps'

sb_Preview[edit]

Type: GUISectionBackground

Modifiers: automated


Default value: GUISectionBackground'sbPreview'

sb_Scroll[edit]

Type: AltSectionBackground

Modifiers: automated


Default value: AltSectionBackground'sbScroll'

Default values[edit]

Property Value
Tag 4

Subobjects[edit]

iMapPreview[edit]

Class: XInterface.GUIImage

Property Value
ImageColor
Member Value
A 255
B 255
G 255
R 255
ImageRenderStyle MSTY_Normal
ImageStyle ISTY_Scaled
RenderWeight 0.2
WinHeight 0.35748
WinLeft 0.562668
WinTop 0.107691
WinWidth 0.372002

lbMapDesc[edit]

Class: XInterface.GUIScrollTextBox

Property Value
bNeverFocus True
bTabStop False
CharDelay 0.0025
EOLDelay 0.5
StyleName "NoBackground"
WinHeight 0.26841
WinLeft 0.561065
WinTop 0.628421
WinWidth 0.379993

lbMaps[edit]

Class: XInterface.GUIListBox

Property Value
bBoundToParent False
bScaleToParent False
bVisibleWhenEmpty True
Hint "Click a movie to see a preview and description. Double-click to view it."
StyleName "NoBackground"
TabOrder 0
WinHeight 0.44987
WinLeft 0.045671
WinTop 0.169272
WinWidth 0.422481

lNoPreview[edit]

Class: XInterface.GUILabel

Property Value
bMultiLine True
bTransparent False
Caption "No Preview Available"
TextAlign TXTA_Center
TextColor
Member Value
A 255
B 0
G 255
R 247
TextFont "UT2HeaderFont"
VertAlign TXTA_Center
WinHeight 0.35748
WinLeft 0.562668
WinTop 0.107691
WinWidth 0.372002

MapAuthorLabel[edit]

Class: XInterface.GUILabel

Property Value
Caption ""
RenderWeight 0.3
StyleName "TextLabel"
TextAlign TXTA_Center
WinHeight 0.032552
WinLeft 0.538209
WinTop 0.467658
WinWidth 0.42618

sbMaps[edit]

Class: XInterface.GUISectionBackground

Property Value
bFillClient True
Caption "Movie Selection"
WinHeight 0.523611
WinLeft 0.016993
WinTop 0.018125
WinWidth 0.482149

sbPreview[edit]

Class: XInterface.GUISectionBackground

Property Value
bFillClient True
Caption "Preview"
WinHeight 0.527876
WinLeft 0.515743
WinTop 0.018125
WinWidth 0.470899

sbScroll[edit]

Class: GUI2K4.AltSectionBackground

Property Value
bFillClient True
Caption "Movie Description"
WinHeight 0.42187
WinLeft 0.01997
WinTop 0.561207
WinWidth 0.967924

Structs[edit]

DefItem[edit]

string MapName 
string Title 
string Author 

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: ModsAndDemosTabs.InitComponent


Other instance functions[edit]

DefaultMovie[edit]

function bool DefaultMovie (string Mov)


GetMovieInfo[edit]

function string GetMovieInfo (string Index, string prop)


MapListChange[edit]

function MapListChange (GUIComponent Sender)


MovieClick[edit]

function bool MovieClick (GUIComponent Sender)


UpdateScreenshot[edit]

function UpdateScreenshot (string ScreenShotRef)