My program doesn't have bugs. It just develops random features.

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

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

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

OnPreviewPartChanged

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

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

Functions

Events

PostInitialize

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Post initialization event - Setup widget delegates.

Other instance functions

IsAnimating

function bool IsAnimating ()

Returns:

Whether or not we are currently animating.

OnAnimEnd

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

Called when this tab page has finished animating.

OnPartList_SubmitSelection

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

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

function StartAnim (TabAnimDir InAnimDir)

Starts animation for showing/hiding this tab page.