Cogito, ergo sum

UE3:UTUITabPage_CharacterPart (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUITabPage_CharacterPart
Package: 
UTGame
Implemented interfaces
UIDataStoreSubscriber

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 transient OnPartSelected (UTCustomChar_Data.ECharPart PartType, string InPartID)

Delegate for when the user selects a part on this page.

OnPreviewPartChanged[edit]

delegate transient OnPreviewPartChanged (UTCustomChar_Data.ECharPart PartType, string InPartID)

Delegate for when the user changes the selected part on this page.

Functions[edit]

Events[edit]

PostInitialize[edit]

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Post initialization event - Setup widget delegates.

Other instance functions[edit]

IsAnimating[edit]

function bool IsAnimating ()

Returns:

Whether or not we are currently animating.

OnAnimEnd[edit]

function OnAnimEnd (UIObject AnimTarget, int AnimIndex, UIAnimationSeq AnimSeq)

Called when this tab page has finished animating.

OnPartList_SubmitSelection[edit]

function OnPartList_SubmitSelection (UIObject Sender, optional int PlayerIndex)

Called when the user changes the current list index.

Parameters:

  • Sender - the list that is submitting the selection

OnPartList_ValueChanged[edit]

function OnPartList_ValueChanged (UIObject Sender, optional int PlayerIndex)

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]

function StartAnim (TabAnimDir InAnimDir)

Starts animation for showing/hiding this tab page.