- Extends
- Interaction
- Modifiers
- within GameViewportClient transient config ( Input ) native ( UserInterface )
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.Interaction
|
+-- Engine.Console
Direct Known Subclasses:
UTConsole
Inherited Contants from Engine.UIRoot |
ASPECTRATIO_Monitor, ASPECTRATIO_Normal, ASPECTRATIO_Widescreen, DEFAULT_SIZE_X, DEFAULT_SIZE_Y, MAX_SUPPORTED_GAMEPADS, PRIVATE_EditorNoDelete, PRIVATE_EditorNoRename, PRIVATE_EditorNoReparent, PRIVATE_KeepFocusedState, PRIVATE_ManagedStyle, PRIVATE_NotDockable, PRIVATE_NotEditorSelectable, PRIVATE_NotFocusable, PRIVATE_NotRotatable, PRIVATE_PropagateState, PRIVATE_Protected, PRIVATE_TreeHidden, PRIVATE_TreeHiddenRecursive, SCENE_DATASTORE_TAG, TEMP_SPLITSCREEN_INDEX |
Inherited Enumerations from Engine.UIRoot |
EColumnHeaderState, EMaterialAdjustmentType, ENavigationLinkType, EPositionEvalType, ERotationAnchor, EScreenInputMode, ESplitscreenRenderMode, ETextAutoScaleMode, ETextClipMode, EUIAlignment, EUIAspectRatioConstraint, EUIAutoSizeConstraintType, EUIDataProviderFieldType, EUIDefaultPenColor, EUIDockPaddingEvalType, EUIExtentEvalType, EUIListElementState, EUIOrientation, EUIWidgetFace |
Inherited Structures from Engine.UIRoot |
AutoSizeData, AutoSizePadding, DefaultEventSpecification, InputEventSubscription, InputKeyAction, PlayerInteractionData, RenderParameters, ScreenPositionRange, StateInputKeyAction, StyleReferenceId, STYLE_ID, TextAutoScaleValue, TextureCoordinates, UIAnchorPosition, UICombinedStyleData, UIDataStoreBinding, UIDockingNode, UIDockingSet, UIFocusPropagationData, UIImageAdjustmentData, UIImageStyleOverride, UIInputAliasClassMap, UIInputAliasMap, UIInputAliasStateMap, UIMouseBounds, UINavigationData, UIProviderFieldValue, UIProviderScriptFieldValue, UIRangeData, UIRenderingSubregion, UIRotation, UIScreenValue, UIScreenValue_AutoSizeRegion, UIScreenValue_Bounds, UIScreenValue_DockPadding, UIScreenValue_Extent, UIScreenValue_Position, UIStringCaretParameters, UIStringNodeModifier, UIStyleOverride, UIStyleReference, UIStyleSubscriberReference, UITextAttributes, UITextStyleOverride, WIDGET_ID |
Functions Summary |
 | | AppendInputText (string Text))
|
 | | BeginState (Name PreviousStateName)) Open |
 | | BeginState (Name PreviousStateName)) Typing |
 | | ClearOutput ()))
|
 | | ConsoleCommand (string Command))
|
 | | EndState (Name NextStateName )) Open |
 | | EndState (Name NextStateName )) Typing |
 | | FlushPlayerInput ()))
|
 | | Initialized ()))
|
 | bool | InputChar (int ControllerId, string Unicode ))
|
 | bool | InputChar (int ControllerId, string Unicode )) Open |
 | bool | InputChar (int ControllerId, string Unicode )) Typing |
 | bool | InputKey (int ControllerId, name Key, EInputEvent Event, float AmountDepressed = 1.f, bool bGamepad = FALSE ))
|
 | bool | InputKey (int ControllerId, name Key, EInputEvent Event, float AmountDepressed = 1.f, bool bGamepad = FALSE )) Open |
 | bool | InputKey (int ControllerId, name Key, EInputEvent Event, float AmountDepressed = 1.f, bool bGamepad = FALSE )) Typing |
 | bool | IsUIConsoleOpen ()))
|
 | bool | IsUIMiniConsoleOpen ()))
|
 | | OutputText (coerce string Text))
|
 | | OutputTextLine (coerce string Text))
|
 | | PostRender_Console (Canvas Canvas)
|
 | | PostRender_Console (Canvas Canvas)) Open |
 | | PostRender_Console (Canvas Canvas)) Typing |
 | bool | ProcessControlKey (name Key, EInputEvent Event))
|
 | | PurgeCommandFromHistory (string Command))
|
 | | SetCursorPos (int Position ))
|
 | | SetInputText (string Text ))
|
 | | StartTyping (coerce string Text))
|
Inherited Functions from Engine.UIRoot |
<, =, ConvertWidgetIDToString, GetCurrentUIController, GetCursorPosition, GetCursorSize, GetDataStoreFieldValue, GetDataStoreStringValue, GetFaceOrientation, GetPrimitiveTransform, GetSceneClient, IsConsole, SetDataStoreFieldValue, SetDataStoreStringValue, SetMouseCaptureOverride |
const MaxHistory = 16;
var transient bool bCaptureKeyInput;
var bool bCtrl;
var config bool bEnableUI;
var globalconfig name ConsoleKey;
var config int HistoryBot;
var config int HistoryCur;
var config int HistoryTop;
var config string History[MaxHistory];
var globalconfig int MaxScrollbackSize;
var int SBHead;
var int SBPos;
var array<string> Scrollback;
var string TypedStr;
var int TypedStrPos;
var globalconfig name TypeKey;
function AppendInputText ( string Text) )
event BeginState ( Name PreviousStateName) )
event BeginState ( Name PreviousStateName) )
function ClearOutput ( ) )
function ConsoleCommand ( string Command) )
event EndState ( Name NextStateName ) )
event EndState ( Name NextStateName ) )
function FlushPlayerInput ( ) )
function Initialized ( ) )
function bool InputChar ( int ControllerId, string Unicode ) )
function bool InputChar ( int ControllerId, string Unicode ) )
function bool InputChar ( int ControllerId, string Unicode ) )
function
bool InputKey (
int ControllerId,
name Key,
EInputEvent Event,
float AmountDepressed =
1.f,
bool bGamepad =
FALSE ) )
function
bool InputKey (
int ControllerId,
name Key,
EInputEvent Event,
float AmountDepressed =
1.f,
bool bGamepad =
FALSE ) )
function
bool InputKey (
int ControllerId,
name Key,
EInputEvent Event,
float AmountDepressed =
1.f,
bool bGamepad =
FALSE ) )
function bool IsUIConsoleOpen ( ) )
function bool IsUIMiniConsoleOpen ( ) )
event OutputText ( coerce string Text) )
function OutputTextLine ( coerce string Text) )
PostRender_Console Open Source code
PostRender_Console Typing Source code
function
bool ProcessControlKey (
name Key,
EInputEvent Event) )
PurgeCommandFromHistory Source code
function PurgeCommandFromHistory ( string Command) )
function SetCursorPos ( int Position ) )
function SetInputText ( string Text ) )
function StartTyping ( coerce string Text) )
defaultproperties
{
DefaultTexture_Black=Texture2D'EngineResources.Black'
DefaultTexture_White=Texture2D'EngineResources.White'
ConsoleKey="F10"
TypeKey="Tab"
MaxScrollbackSize=1024
HistoryBot=-1
__OnReceivedNativeInputKey__Delegate=Default__Console.InputKey
__OnReceivedNativeInputChar__Delegate=Default__Console.InputChar
Name="Default__Console"
ObjectArchetype=Interaction'Engine.Default__Interaction'
}
|
Creation time: sk 18-3-2018 10:00:35.556 - Created with
UnCodeX