Cogito, ergo sum
UE3:UTUITabPage_CharacterPart (UT3)
Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUITabPage_CharacterPart |
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. |
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Character Part tab page.
Properties[edit]
Property group 'UTUITabPage_CharacterPart'[edit]
CharPartType[edit]
Type: UTCustomChar_Data.ECharPart
The type of parts we are enumerating over.
Internal variables[edit]
AnimDir[edit]
Type: TabAnimDir
Modifiers: transient
AnimTimeElapsed[edit]
Type: float
Modifiers: transient
OffsetVector[edit]
Type: Object.Vector
Modifiers: transient
PartList[edit]
Type: UTUICharacterPartMenuList
Modifiers: transient
List of maps widget.
Default values[edit]
Property | Value |
---|---|
bRequiresTick | True |
Subobjects[edit]
WidgetEventComponent[edit]
Class: Engine.UIComp_Event
Inherits from: UTTabPage.WidgetEventComponent
No new values.
Enums[edit]
TabAnimDir[edit]
- TAD_None
- TAD_LeftIn
- TAD_LeftOut
- TAD_RightOut
- TAD_RightIn
Delegates[edit]
OnPartSelected[edit]
Delegate for when the user selects a part on this page.
OnPreviewPartChanged[edit]
Delegate for when the user changes the selected part on this page.
Functions[edit]
Events[edit]
PostInitialize[edit]
Overrides: UIScreenObject.PostInitialize
Post initialization event - Setup widget delegates.
Other instance functions[edit]
IsAnimating[edit]
Returns:
- Whether or not we are currently animating.
OnAnimEnd[edit]
Called when this tab page has finished animating.
OnPartList_SubmitSelection[edit]
Called when the user changes the current list index.
Parameters:
- Sender - the list that is submitting the selection
OnPartList_ValueChanged[edit]
Called when the user presses Enter (or any other action bound to UIKey_SubmitListSelection) while this list has focus.
Parameters:
- Sender - the list that is submitting the selection
StartAnim[edit]
Starts animation for showing/hiding this tab page.