I love the smell of UnrealEd crashing in the morning. – tarquin
UE3:UTUITabPage_MyContent (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUITabPage_MyContent |
- No known subclasses.
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Tab page for content a user has installed.
[edit] Properties
[edit] ContentList
Type: UIList
Modifiers: transient
Reference to the list that displays user content.
[edit] MessageBoxReference
Type: UTUIScene_MessageBox
Modifiers: transient
Reference to a message box scene.
[edit] Subobjects
[edit] WidgetEventComponent
Class: Engine.UIComp_Event
Inherits from: UTTabPage.WidgetEventComponent
No new values.
[edit] Functions
[edit] Native functions
[edit] PerformDeleteContent
Actually deletes the content from the storage device.
Parameters:
- ContentName - Filename of content to delete.
[edit] ReloadContent
Reloads all downloaded content.
[edit] Events
[edit] PostInitialize
Overrides: UIScreenObject.PostInitialize
Post initialization event - Setup widget delegates.
[edit] Other instance functions
[edit] GetContentName
Returns the filename of some content given its content idx.
Parameters:
- ContentIdx - Index of the content file to retrieve.
[edit] HandleInputKey
Overrides: UTTabPage.HandleInputKey
Provides a hook for unrealscript to respond to input using actual input key names (i.e. Left, Tab, etc.)
Called when an input key event is received which this widget responds to and is in the correct state to process. The keys and states widgets receive input for is managed through the UI editor's key binding dialog (F8).
This delegate is called BEFORE kismet is given a chance to process the input.
Parameters:
- EventParms - information about the input event.
Returns:
- TRUE to indicate that this input key was processed; no further processing will occur on this input key event.
[edit] OnButtonBar_DeleteAllContent
[edit] OnButtonBar_DeleteContent
Buttonbar Callbacks
[edit] OnContentList_ValueChanged
Callback for when the user changes the currently selected list item.
[edit] OnContentListChanged
Callback for when the content list has changed.
[edit] OnDeleteAllContent
Deletes all content.
[edit] OnDeleteAllContent_Confirm
Confirmation for the delete all content dialog.
[edit] OnDeleteContent
Deletes the currently selected content file.
[edit] OnDeleteContent_Confirm
Confirmation for the delete content dialog.
[edit] SetupButtonBar
Overrides: UTTabPage.SetupButtonBar
Callback allowing the tabpage to setup the button bar for the current scene.
