My program doesn't have bugs. It just develops random features.
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
Property group 'UTUITabPage_CharacterPart'
CharPartType
Type: UTCustomChar_Data.ECharPart
The type of parts we are enumerating over.
Internal variables
AnimDir
Type: TabAnimDir
Modifiers: transient
AnimTimeElapsed
Type: float
Modifiers: transient
OffsetVector
Type: Object.Vector
Modifiers: transient
PartList
Type: UTUICharacterPartMenuList
Modifiers: transient
List of maps widget.
Default values
Property | Value |
---|---|
bRequiresTick | True |
Subobjects
WidgetEventComponent
Class: Engine.UIComp_Event
Inherits from: UTTabPage.WidgetEventComponent
No new values.
Enums
TabAnimDir
- TAD_None
- TAD_LeftIn
- TAD_LeftOut
- TAD_RightOut
- TAD_RightIn
Delegates
OnPartSelected
Delegate for when the user selects a part on this page.
OnPreviewPartChanged
Delegate for when the user changes the selected part on this page.
Functions
Events
PostInitialize
Overrides: UIScreenObject.PostInitialize
Post initialization event - Setup widget delegates.
Other instance functions
IsAnimating
Returns:
- Whether or not we are currently animating.
OnAnimEnd
Called when this tab page has finished animating.
OnPartList_SubmitSelection
Called when the user changes the current list index.
Parameters:
- Sender - the list that is submitting the selection
OnPartList_ValueChanged
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
Starts animation for showing/hiding this tab page.