I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:UTUIDataProvider_KeyBinding (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> UIRoot >> UIDataProvider >> UIPropertyDataProvider >> UIResourceDataProvider >> UTUIResourceDataProvider >> UTUIDataProvider_KeyBinding |
- Package:
- UTGame
- Implemented interfaces:
- UIListElementCellProvider
- This class in other games:
- UDK
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Provides a possible key binding for the game.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved
[edit] Properties
[edit] bIsCrucialBind
Type: bool
Modifiers: config
Whether this bind must be bound to leave the screen or not.
[edit] Command
Type: string
Modifiers: config
Command to bind the key to.
[edit] FriendlyName
Type: string
Modifiers: config, localized
Friendly displayable name to the player.
