Always snap to grid
UE2:UT2K4GameFooter (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIBorder >> GUIFooter >> ButtonFooter >> UT2K4GameFooter |
Contents
- Package:
- GUI2K4
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. |
Created on: 12/14/2003 This footer goes on Instant Action & Host Multiplayer pages
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties[edit]
[edit]
PrimaryCaption[edit]
Type: string
Modifiers: localized
PrimaryHint[edit]
Type: string
Modifiers: localized
SecondaryCaption[edit]
Type: string
Modifiers: localized
SecondaryHint[edit]
Type: string
Modifiers: localized
Internal variables[edit]
b_Back[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'GameBackButton'
b_Primary[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'GamePrimaryButton'
b_Secondary[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'GameSecondaryButton'
Owner[edit]
Type: UT2K4GamePageBase
Subobjects[edit]
GameBackButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
Caption | "BACK" |
Hint | "Return to Previous Menu" |
StyleName | "FooterButton" |
TabOrder | 2 |
WinHeight | 0.033203 |
WinLeft | 0.0 |
WinTop | 0.966146 |
WinWidth | 0.12 |
GamePrimaryButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
MenuState | MSAT_Disabled |
StyleName | "FooterButton" |
TabOrder | 0 |
WinHeight | 0.033203 |
WinLeft | 0.88 |
WinTop | 0.966146 |
WinWidth | 0.12 |
GameSecondaryButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
MenuState | MSAT_Disabled |
StyleName | "FooterButton" |
TabOrder | 1 |
WinHeight | 0.033203 |
WinLeft | 0.758125 |
WinTop | 0.966146 |
WinWidth | 0.12 |
Functions[edit]
Events[edit]
InitComponent[edit]
event InitComponent (GUIController InController, GUIComponent InOwner)
Overrides: ButtonFooter.InitComponent
Other instance functions[edit]
SetupButtons[edit]
function SetupButtons (optional string bPerButtonSizes)
Overrides: ButtonFooter.SetupButtons