Gah - a solution with more questions. – EntropicLqd
UE3:UTUITabPage_CharacterPart (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUITabPage_CharacterPart |
Contents |
| 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.
Character Part tab page.
[edit] Properties
[edit] Property group 'UTUITabPage_CharacterPart'
[edit] CharPartType
Type: UTCustomChar_Data.ECharPart
The type of parts we are enumerating over.
[edit] Internal variables
[edit] AnimDir
Type: TabAnimDir
Modifiers: transient
[edit] AnimTimeElapsed
Type: float
Modifiers: transient
[edit] OffsetVector
Type: Object.Vector
Modifiers: transient
[edit] PartList
Type: UTUICharacterPartMenuList
Modifiers: transient
List of maps widget.
[edit] Default values
| Property | Value |
|---|---|
| bRequiresTick | True |
[edit] Subobjects
[edit] WidgetEventComponent
Class: Engine.UIComp_Event
Inherits from: UTTabPage.WidgetEventComponent
No new values.
[edit] Enums
[edit] TabAnimDir
- TAD_None
- TAD_LeftIn
- TAD_LeftOut
- TAD_RightOut
- TAD_RightIn
[edit] Delegates
[edit] OnPartSelected
Delegate for when the user selects a part on this page.
[edit] OnPreviewPartChanged
Delegate for when the user changes the selected part on this page.
[edit] Functions
[edit] Events
[edit] PostInitialize
Overrides: UIScreenObject.PostInitialize
Post initialization event - Setup widget delegates.
[edit] Other instance functions
[edit] IsAnimating
Returns:
- Whether or not we are currently animating.
[edit] OnAnimEnd
Called when this tab page has finished animating.
[edit] OnPartList_SubmitSelection
Called when the user changes the current list index.
Parameters:
- Sender - the list that is submitting the selection
[edit] 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
[edit] StartAnim
Starts animation for showing/hiding this tab page.
