UTGame.UTUICharacterCustomizationList
- Extends
- UTUIMenuList
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Specific version of the menu list that draws a number of the currently selected character part.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIScreenObject
|
+-- Engine.UIObject
|
+-- UTGame.UTUI_Widget
|
+-- UTGame.UTDrawPanel
|
+-- UTGame.UTSimpleList
|
+-- UTGame.UTUIMenuList
|
+-- UTGame.UTUICharacterCustomizationList
Inherited Variables from UTGame.UTSimpleList |
AboveBelowCellHeightMultiplier, AboveBelowColor, ArrowColor, ArrowImage, BarPosition, bDownArrowPressed, bDragging, bHideScrollArrows, bHorizontalList, bHotTracking, bInvalidated, bIsMouseOverMenu, bIsUsingMouseNavigation, bTransitioning, BubbleRadius, bUpArrowPressed, bWrapList, DefaultCellHeight, DownArrowBounds[4], DragAdjustment, LastMouseUpdate, LastRenderTime, List, ListHeightInPixel, NormalColor, NormalTextOffset, NormalTextPadding, OldBarPosition, OldSelection, ResScaling, ScrollWidthRatio, SelectedColor, SelectedTextOffset, SelectedTextPadding, Selection, SelectionAlpha, SelectionBarColor, SelectionCellHeightMultiplier, SelectionImage, SelectionImageBarU, SelectionImageBarUL, SelectionImageBarV, SelectionImageBarVL, SelectionImageIconBGU, SelectionImageIconBGUL, SelectionImageIconBGV, SelectionImageIconBGVL, SelectionPos, ShadowColor, ShadowDist, StartSelectionTime, TargetWindowTop, TextFont, Top, TransitionTime, UpArrowBounds[4], WindowHeight, WindowTop, WindowTopTransitionTime |
Functions Summary |
 | bool | CheckArrowInput (const SubscribedInputEventParameters EventParms))
|
 | | DrawSelectionArrow (float DrawX, float DrawY, float DrawW, float DrawH, float TexU, float TexV, float TexUL, float TexVL, bool bOver, bool bPressed))
|
 | | DrawSelectionBG (float YPos))
|
 | bool | GetPartID (ECharPart PartType, int PartIndex, out string OutValue))
|
 | int | GetPartIndex (ECharPart PartType, string PartID))
|
 | ECharPart | GetSelectedCharPartType ()))
|
 | | OnCurrentPartChanged (optional bool bUpdatePreviewactor=true))
|
 | | PostInitialize ()))
|
 | bool | ProcessInputKey (const out SubscribedInputEventParameters EventParms ))
|
 | | SelectItem (int NewSelection))
|
 | | SelectNextPart ()))
|
 | | SelectPrevPart ()))
|
 | | SetPartSelection (ECharPart PartType, string PartID))
|
Inherited Functions from UTGame.UTUIMenuList |
ClearBoundDataStores, FindCellFieldString, GetBoundDataStores, GetCellFieldString, GetCellFieldValue, GetCurrentItem, GetDataStoreBinding, ItemChosen, NotifyDataStoreValueUpdated, PostInitialize, RefreshSubscriberValue, RegenerateOptions, SelectItem, SetDataStoreBinding, SetIndex |
Inherited Functions from UTGame.UTSimpleList |
AddItem, CalculateSelectionBGPosition, ComputeListHeightWithSelection, CursorCheck, DrawItem, DrawPanel, DrawSelectionBG, DrawSpecial, DrawStringToFit, Empty, Find, FindTag, GetDefaultCellHeight, GetItemHeightInPixels, GetItemScale, GetMousePosition, GetSelectedCellHeight, GetSupportedUIActionKeyNames, GetTag, GetText, ImportStringList, InsertItem, InterpLinearColor, IsMouseOverMenu, ItemChosen, LinearColorToColor, MouseInBounds, OnMouseOverMenu, PgDn, PgUp, PostInitialize, ProcessInputAxis, ProcessInputKey, RefreshBarPosition, RemoveItem, RemoveString, ResolveText, SelectItem, SelectUnderCursor, SetBarPositionUsingMouseY, SetItemSelectionIndex, SizeList, SortList, ToStrings, UpdateAnimation, UpdateMouseOverMenu |
CurrentlySelectedPartIndex Source code
var transient array<int> CurrentlySelectedPartIndex;
CurrentlySelectedPartType Source code
var
transient ECharPart CurrentlySelectedPartType;
CurrentPartSelectionStr Source code
var transient string CurrentPartSelectionStr;
var transient float LeftArrowBounds[4];
var transient array<name> PartCellTags;
var
transient vector2D PartSelectionPadding;
var transient float RightArrowBounds[4];
UTUICharacterCustomizationList
LeftRightArrowHeightMultiplier Source code
LeftRightArrowWidthRatio Source code
PartSelectionTextColor Source code
function bool CheckArrowInput ( const SubscribedInputEventParameters EventParms) )
function DrawSelectionArrow ( float DrawX, float DrawY, float DrawW, float DrawH, float TexU, float TexV, float TexUL, float TexVL, bool bOver, bool bPressed) )
function DrawSelectionBG ( float YPos) )
function bool GetPartID (
ECharPart PartType,
int PartIndex, out
string OutValue) )
function int GetPartIndex (
ECharPart PartType,
string PartID) )
GetSelectedCharPartType Source code
function ECharPart GetSelectedCharPartType ( ) )
function OnCurrentPartChanged ( optional bool bUpdatePreviewactor=true) )
event PostInitialize ( ) )
function bool ProcessInputKey ( const out SubscribedInputEventParameters EventParms ) )
event SelectItem ( int NewSelection) )
function SelectNextPart ( ) )
function SelectPrevPart ( ) )
function SetPartSelection (
ECharPart PartType,
string PartID) )
defaultproperties
{
PartSelectionTextColor=(B=255,G=255,R=255,A=255)
LeftRightArrowImage=Texture2D'UI_HUD.HUD.UI_HUD_BaseC'
LeftRightArrowHeightMultiplier=0.500000
LeftRightArrowWidthRatio=1.500000
LeftRightArrowOffset=(X=0.050000,Y=0.100000)
ArrowColorNormal=(B=124,G=224,R=224,A=192)
ArrowColorMouseOver=(B=189,G=240,R=240,A=255)
ArrowColorPressed=(B=255,G=255,R=255,A=255)
ScrollWidthRatio=3.000000
Begin Object Class=UIComp_Event Name=WidgetEventComponent ObjName=WidgetEventComponent Archetype=UIComp_Event'UTGame.Default__UTUIMenuList:WidgetEventComponent'
ObjectArchetype=UIComp_Event'UTGame.Default__UTUIMenuList:WidgetEventComponent'
End Object
EventProvider=WidgetEventComponent
Name="Default__UTUICharacterCustomizationList"
ObjectArchetype=UTUIMenuList'UTGame.Default__UTUIMenuList'
}
|
Creation time: sk 18-3-2018 10:00:58.111 - Created with
UnCodeX