Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UTGame.UTUITabPage_CharacterPart

Extends
UTTabPage
Modifiers
placeable native ( UIFrontEnd )

Copyright 1998-2008 Epic Games, Inc. All Rights Reserved. Character Part tab page.

Core.Object
|   
+-- Engine.UIRoot
   |   
   +-- Engine.UIScreenObject
      |   
      +-- Engine.UIObject
         |   
         +-- Engine.UIContainer
            |   
            +-- Engine.UITabPage
               |   
               +-- UTGame.UTTabPage
                  |   
                  +-- UTGame.UTUITabPage_CharacterPart

Constants Summary
Inherited Contants from Engine.UITabPage
CAPTION_DATABINDING_INDEX, DESCRIPTION_DATABINDING_INDEX, TOOLTIP_DATABINDING_INDEX

Variables Summary
TabAnimDirAnimDir
floatAnimTimeElapsed
vectorOffsetVector
UTUICharacterPartMenuListPartList
UTUITabPage_CharacterPart
ECharPartCharPartType
Inherited Variables from UTGame.UTTabPage
bRequiresTick
Inherited Variables from Engine.UITabPage
ButtonCaption, ButtonClass, ButtonToolTip, PageDescription, TabButton

Enumerations Summary
TabAnimDir
TAD_None, TAD_LeftIn, TAD_LeftOut, TAD_RightOut, TAD_RightIn

Delegates Summary
delegatetransient OnPartSelected (ECharPart PartType, string InPartID)
delegatetransient OnPreviewPartChanged (ECharPart PartType, string InPartID)
Inherited Delegates from UTGame.UTTabPage
OnTick

Functions Summary
functionbool IsAnimating ()))
function OnAnimEnd (UIObject AnimTarget, int AnimIndex, UIAnimationSeq AnimSeq))
function OnPartList_SubmitSelection (UIObject Sender, optional int PlayerIndex=0 ))
function OnPartList_ValueChanged (UIObject Sender, optional int PlayerIndex=0 ))
event PostInitialize ()))
function StartAnim (TabAnimDir InAnimDir))
Inherited Functions from UTGame.UTTabPage
CloseParentScene, GetButtonBar, HandleInputKey, OnChildRepositioned, SetupButtonBar
Inherited Functions from Engine.UITabPage
ActivatePage, AddedToTabControl, CanActivatePage, ClearBoundDataStores, CreateTabButton, GetBoundDataStores, GetDataStoreBinding, GetOwnerTabControl, GetTabButton, IsActivePage, LinkToTabButton, NotifyDataStoreValueUpdated, OnActiveStateChanged, RefreshSubscriberValue, RemovedFromParent, SetDataStoreBinding, SetTabCaption


Variables Detail

AnimDir Source code

var transient TabAnimDir AnimDir;

AnimTimeElapsed Source code

var transient float AnimTimeElapsed;

OffsetVector Source code

var transient vector OffsetVector;

PartList Source code

var transient UTUICharacterPartMenuList PartList;
List of maps widget.

UTUITabPage_CharacterPart

CharPartType Source code

var(UTUITabPage_CharacterPart) ECharPart CharPartType;
The type of parts we are enumerating over.


Enumerations Detail

TabAnimDir Source code

enum TabAnimDir
{
TAD_None, TAD_LeftIn, TAD_LeftOut, TAD_RightOut, TAD_RightIn
};


Delegates Detail

OnPartSelected Source code

delegate transient OnPartSelected ( ECharPart PartType, string InPartID )
Delegate for when the user selects a part on this page.

OnPreviewPartChanged Source code

delegate transient OnPreviewPartChanged ( ECharPart PartType, string InPartID )
Delegate for when the user changes the selected part on this page.


Functions Detail

IsAnimating Source code

function bool IsAnimating ( ) )

@return Whether or not we are currently animating.

OnAnimEnd Source code

function OnAnimEnd ( UIObject AnimTarget, int AnimIndex, UIAnimationSeq AnimSeq) )
Called when this tab page has finished animating.

OnPartList_SubmitSelection Source code

function OnPartList_SubmitSelection ( UIObject Sender, optional int PlayerIndex=0 ) )
Called when the user changes the current list index.
@param Sender the list that is submitting the selection

OnPartList_ValueChanged Source code

function OnPartList_ValueChanged ( UIObject Sender, optional int PlayerIndex=0 ) )
Called when the user presses Enter (or any other action bound to UIKey_SubmitListSelection) while this list has focus.
@param Sender the list that is submitting the selection

PostInitialize Source code

event PostInitialize ( ) )
Post initialization event - Setup widget delegates.

StartAnim Source code

function StartAnim ( TabAnimDir InAnimDir) )
Starts animation for showing/hiding this tab page.


Defaultproperties

defaultproperties
{
   bRequiresTick=True
   Begin Object Class=UIComp_Event Name=WidgetEventComponent ObjName=WidgetEventComponent Archetype=UIComp_Event'UTGame.Default__UTTabPage:WidgetEventComponent'
      ObjectArchetype=UIComp_Event'UTGame.Default__UTTabPage:WidgetEventComponent'
   End Object
   EventProvider=WidgetEventComponent
   Name="Default__UTUITabPage_CharacterPart"
   ObjectArchetype=UTTabPage'UTGame.Default__UTTabPage'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:59.549 - Created with UnCodeX