UTGame.UTUITabPage_Mutators
- Extends
- UTTabPage
- Modifiers
- placeable
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Tab page to let user's select which mutators to use.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIScreenObject
|
+-- Engine.UIObject
|
+-- Engine.UIContainer
|
+-- Engine.UITabPage
|
+-- UTGame.UTTabPage
|
+-- UTGame.UTUITabPage_Mutators
Functions Summary |
 | bool | ActivatePage (int PlayerIndex, bool bActivate, optional bool bTakeFocus=true ))
|
 | | AddMutatorAndFilterList (int NewMutator))
|
 | | ApplyGameModeFilter ()))
|
 | name | GetClassNameFromIndex (int MutatorIndex))
|
 | string | GetEnabledMutators ()))
|
 | bool | HandleInputKey (const out InputEventParameters EventParms ))
|
 | bool | HandleRefreshSubscriberValue (UIObject Sender, int BindingIndex ))
|
 | bool | IsCurrentMutatorConfigurable ()))
|
 | | OnAvailableList_SubmitSelection (UIList Sender, optional int PlayerIndex=GetBestPlayerIndex() ))
|
 | | OnAvailableList_ValueChanged (UIObject Sender, int PlayerIndex ))
|
 | bool | OnButtonBar_AddMutator (UIScreenObject InButton, int PlayerIndex))
|
 | bool | OnButtonBar_ClearMutators (UIScreenObject InButton, int PlayerIndex))
|
 | bool | OnButtonBar_ConfigureMutator (UIScreenObject InButton, int PlayerIndex))
|
 | bool | OnButtonBar_Next (UIScreenObject InButton, int PlayerIndex))
|
 | bool | OnButtonBar_RemoveMutator (UIScreenObject InButton, int PlayerIndex))
|
 | | OnClearMutators ()))
|
 | | OnConfigureMutator ()))
|
 | | OnEnabledList_SubmitSelection (UIList Sender, optional int PlayerIndex=GetBestPlayerIndex() ))
|
 | | OnEnabledList_ValueChanged (UIObject Sender, int PlayerIndex ))
|
 | | OnList_NotifyActiveStateChanged (UIScreenObject Sender, int PlayerIndex, UIState NewlyActiveState, optional UIState PreviouslyActiveState ))
|
 | | OnMoveMutator (bool bAddMutator))
|
 | | OnMutatorListChanged ()))
|
 | bool | OnMutatorList_RawInputKey (const out InputEventParameters EventParms ))
|
 | | OnNext ()))
|
 | | OnSelectedMutatorChanged ()))
|
 | | PostInitialize ()))
|
 | | SetMutatorEnabled (int MutatorId, bool bEnabled))
|
 | | SetupButtonBar (UTUIButtonBar ButtonBar))
|
 | | UpdateDescriptionLabel ()))
|
Inherited Functions from Engine.UITabPage |
ActivatePage, AddedToTabControl, CanActivatePage, ClearBoundDataStores, CreateTabButton, GetBoundDataStores, GetDataStoreBinding, GetOwnerTabControl, GetTabButton, IsActivePage, LinkToTabButton, NotifyDataStoreValueUpdated, OnActiveStateChanged, RefreshSubscriberValue, RemovedFromParent, SetDataStoreBinding, SetTabCaption |
MANUAL_LIST_REFRESH_DATABINDING_INDEX Source code
const MANUAL_LIST_REFRESH_DATABINDING_INDEX = 50;
var
transient UIList AvailableList;
var
transient UILabel DescriptionLabel;
var
transient UIList EnabledList;
var
transient UIList LastFocusedList;
ListBackground_Available Source code
var
transient UIImage ListBackground_Available;
ListBackground_Enabled Source code
var
transient UIImage ListBackground_Enabled;
var
transient UIImage ShiftLeftImage;
var
transient UIImage ShiftRightImage;
delegate OnAcceptMutators ( string InEnabledMutators )
event bool ActivatePage ( int PlayerIndex, bool bActivate, optional bool bTakeFocus=true ) )
AddMutatorAndFilterList Source code
function AddMutatorAndFilterList ( int NewMutator) )
function ApplyGameModeFilter ( ) )
function name GetClassNameFromIndex ( int MutatorIndex) )
function string GetEnabledMutators ( ) )
function bool HandleInputKey ( const out InputEventParameters EventParms ) )
HandleRefreshSubscriberValue Source code
function bool HandleRefreshSubscriberValue (
UIObject Sender,
int BindingIndex ) )
IsCurrentMutatorConfigurable Source code
function bool IsCurrentMutatorConfigurable ( ) )
OnAvailableList_SubmitSelection Source code
function OnAvailableList_SubmitSelection (
UIList Sender, optional
int PlayerIndex=GetBestPlayerIndex() ) )
OnAvailableList_ValueChanged Source code
function OnAvailableList_ValueChanged (
UIObject Sender,
int PlayerIndex ) )
OnButtonBar_AddMutator Source code
function bool OnButtonBar_AddMutator (
UIScreenObject InButton,
int PlayerIndex) )
OnButtonBar_ClearMutators Source code
function bool OnButtonBar_ClearMutators (
UIScreenObject InButton,
int PlayerIndex) )
OnButtonBar_ConfigureMutator Source code
function bool OnButtonBar_ConfigureMutator (
UIScreenObject InButton,
int PlayerIndex) )
function bool OnButtonBar_Next (
UIScreenObject InButton,
int PlayerIndex) )
OnButtonBar_RemoveMutator Source code
function bool OnButtonBar_RemoveMutator (
UIScreenObject InButton,
int PlayerIndex) )
function OnClearMutators ( ) )
function OnConfigureMutator ( ) )
OnEnabledList_SubmitSelection Source code
function OnEnabledList_SubmitSelection (
UIList Sender, optional
int PlayerIndex=GetBestPlayerIndex() ) )
OnEnabledList_ValueChanged Source code
function OnEnabledList_ValueChanged (
UIObject Sender,
int PlayerIndex ) )
OnList_NotifyActiveStateChanged Source code
function OnList_NotifyActiveStateChanged (
UIScreenObject Sender,
int PlayerIndex,
UIState NewlyActiveState, optional
UIState PreviouslyActiveState ) )
function OnMoveMutator ( bool bAddMutator) )
function OnMutatorListChanged ( ) )
OnMutatorList_RawInputKey Source code
function bool OnMutatorList_RawInputKey ( const out InputEventParameters EventParms ) )
function OnNext ( ) )
OnSelectedMutatorChanged Source code
function OnSelectedMutatorChanged ( ) )
event PostInitialize ( ) )
function SetMutatorEnabled ( int MutatorId, bool bEnabled) )
UpdateDescriptionLabel Source code
function UpdateDescriptionLabel ( ) )
defaultproperties
{
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_Mutators"
ObjectArchetype=UTTabPage'UTGame.Default__UTTabPage'
}
|
Creation time: sk 18-3-2018 10:00:59.741 - Created with
UnCodeX