UTGame.UTUIKeyBindingList
- Extends
- UTUIOptionList
- Modifiers
- placeable native ( UIFrontEnd )
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Keybinding List, exposes a set of UTUIDataProvider_KeyBinding objects to the user so they can bind keys.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIScreenObject
|
+-- Engine.UIObject
|
+-- UTGame.UTUI_Widget
|
+-- UTGame.UTDrawPanel
|
+-- UTGame.UTUIOptionList
|
+-- UTGame.UTUIKeyBindingList
Inherited Variables from UTGame.UTUIOptionList |
ArrowColor, ArrowImage, bAnimatingBGPrefab, bDownArrowPressed, bDragging, BGPrefab, BGPrefabInstance, bRegenOptions, bUpArrowPressed, CurrentIndex, DataProvider, DataSource, DefaultOptionHeight, DefaultOptionPadding, DefaultOptionRightMargin, DefaultOptionTopMargin, DownArrowBounds[4], DragClickPosition, DragDeadZone, GeneratedObjects, LastDragSelection, MaxVisibleItems, PreviousIndex, ScrollArrowWidth, SelectionImage, SelectionSpeed, StartMovementTime, UpArrowBounds[4], VerticalScrollbar |
Structures Summary |
BindKeyData KeyName, Command, PInput, PreviousBinding, bPromptForDuplicate, bBindIsPrimary |
Functions Summary |
 | | AttemptKeyBind ()))
|
 | bool | BindingsHaveChanged ()))
|
 | | BindKey ()))
|
 | | CancelKeyBind ()))
|
 | | ClickedScrollZone (UIScrollbar Sender, float PositionPerc, int PlayerIndex ))
|
 | | FinishBinding ()))
|
 | | FinishKeyDialog (bool bPromptForBindStomp))
|
 | String | GetBindKeyFromCommand (PlayerInput PInput, String Command, out int StartIdx)
|
 | int | GetFirstUnboundCrucialBind ()))
|
 | PlayerInput | GetPlayerInput ()))
|
 | bool | HandleInputKey (const out InputEventParameters EventParms ))
|
 | bool | IsAlreadyBound (Name KeyName))
|
 | | OnBindDialogSceneDeactivated (UIScene DeactivatedScene ))
|
 | bool | OnBindKey_InputKey (const out InputEventParameters EventParms ))
|
 | | OnBindStompWarning_Closed ()))
|
 | bool | OnButton_InputKey (const out InputEventParameters EventParms ))
|
 | bool | OnClicked (UIScreenObject Sender, int PlayerIndex ))
|
 | | OnMenu_BindOverwrite_Confirm (UTUIScene_MessageBox MessageBox, int SelectedItem, int PlayerIndex))
|
 | | OnStompBindDialogSceneDeactivated (UIScene DeactivatedScene ))
|
 | | PostInitialize ()))
|
 | | RefreshBindingLabels ()
|
 | | RegenerateOptions ()
|
 | | ReloadDefaults ()))
|
 | | RepositionOptions ()
|
 | bool | ScrollVertical (UIScrollbar Sender, float PositionChange, optional bool bPositionMaxed=false ))
|
 | bool | SelectNextItem (optional bool bWrap=false, optional int PlayerIndex=GetBestPlayerIndex()))
|
 | bool | SelectPreviousItem (optional bool bWrap=false, optional int PlayerIndex=GetBestPlayerIndex()))
|
 | | SpawnBindStompWarningMessage ()))
|
 | | UnbindKey (name BindName))
|
Inherited Functions from UTGame.UTUIOptionList |
CheckAndUpdateDragging, CheckArrowInput, ClearBoundDataStores, ClickedScrollZone, CursorCheck, DrawPanel, DrawSpecial, EnableItem, EnableItemAtIndex, GetBoundDataStores, GetCurrentlySelectedOption, GetDataStoreBinding, GetMousePosition, GetObjectInfoIndexFromName, GetObjectInfoIndexFromObject, GetSupportedUIActionKeyNames, InitializeComboboxWidgets, InitializeScrollbars, NotifyDataStoreValueUpdated, OnOption_NotifyActiveStateChanged, OnValueChanged, PostInitialize, ProcessInputAxis, ProcessInputKey, RefreshAllOptions, RefreshSubscriberValue, RegenerateOptions, RepositionOptions, ScrollVertical, SelectItem, SelectNextItem, SelectPreviousItem, SetDataStoreBinding, SetSelectedOptionIndex, SetupOptionBindings |
var transient bool bCurrentlyBindingKey;
var transient array<bool> CrucialBindValues;
var transient array<string> CurrentBindings;
CurrentlyBindingObject Source code
var
transient UIObject CurrentlyBindingObject;
LocalizedFriendlyNames Source code
var transient array<string> LocalizedFriendlyNames;
NonIntrusiveMessageBoxScene Source code
var
transient UIScene NonIntrusiveMessageBoxScene;
var transient int NumButtons;
var transient array<string> StoredBindings;
struct
BindKeyData
{
var bool bBindIsPrimary;
var bool bPromptForDuplicate;
var string Command;
var name KeyName;
var PlayerInput PInput;
var name PreviousBinding;
};
function AttemptKeyBind ( ) )
function bool BindingsHaveChanged ( ) )
function BindKey ( ) )
function CancelKeyBind ( ) )
function ClickedScrollZone (
UIScrollbar Sender,
float PositionPerc,
int PlayerIndex ) )
function FinishBinding ( ) )
function FinishKeyDialog ( bool bPromptForBindStomp) )
native
function String GetBindKeyFromCommand (
PlayerInput PInput,
String Command, out
int StartIdx )
GetFirstUnboundCrucialBind Source code
function int GetFirstUnboundCrucialBind ( ) )
function bool HandleInputKey ( const out InputEventParameters EventParms ) )
function bool IsAlreadyBound ( Name KeyName) )
OnBindDialogSceneDeactivated Source code
function OnBindDialogSceneDeactivated (
UIScene DeactivatedScene ) )
function bool OnBindKey_InputKey ( const out InputEventParameters EventParms ) )
OnBindStompWarning_Closed Source code
function OnBindStompWarning_Closed ( ) )
function bool OnButton_InputKey ( const out InputEventParameters EventParms ) )
OnMenu_BindOverwrite_Confirm Source code
function OnMenu_BindOverwrite_Confirm (
UTUIScene_MessageBox MessageBox,
int SelectedItem,
int PlayerIndex) )
OnStompBindDialogSceneDeactivated Source code
function OnStompBindDialogSceneDeactivated (
UIScene DeactivatedScene ) )
event PostInitialize ( ) )
native function RefreshBindingLabels ( )
native function RegenerateOptions ( )
function ReloadDefaults ( ) )
native function RepositionOptions ( )
function bool ScrollVertical (
UIScrollbar Sender,
float PositionChange, optional
bool bPositionMaxed=
false ) )
function bool SelectNextItem ( optional bool bWrap=false, optional int PlayerIndex=GetBestPlayerIndex()) )
function bool SelectPreviousItem ( optional bool bWrap=false, optional int PlayerIndex=GetBestPlayerIndex()) )
SpawnBindStompWarningMessage Source code
function SpawnBindStompWarningMessage ( ) )
function UnbindKey ( name BindName) )
defaultproperties
{
Begin Object Class=UIComp_Event Name=WidgetEventComponent ObjName=WidgetEventComponent Archetype=UIComp_Event'UTGame.Default__UTUIOptionList:WidgetEventComponent'
ObjectArchetype=UIComp_Event'UTGame.Default__UTUIOptionList:WidgetEventComponent'
End Object
EventProvider=WidgetEventComponent
Name="Default__UTUIKeyBindingList"
ObjectArchetype=UTUIOptionList'UTGame.Default__UTUIOptionList'
}
|
Creation time: sk 18-3-2018 10:00:59.051 - Created with
UnCodeX