Gah - a solution with more questions. – EntropicLqd

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

Contents

Package: 
UTGame
Implemented interfaces
UIDataStoreSubscriber

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

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

[edit] OnPreviewPartChanged

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

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

[edit] Functions

[edit] Events

[edit] PostInitialize

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Post initialization event - Setup widget delegates.

[edit] Other instance functions

[edit] IsAnimating

function bool IsAnimating ()

Returns:

Whether or not we are currently animating.

[edit] OnAnimEnd

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

Called when this tab page has finished animating.

[edit] 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

[edit] 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

[edit] StartAnim

function StartAnim (TabAnimDir InAnimDir)

Starts animation for showing/hiding this tab page.

Personal tools