Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.UIAction_ShowKeyboardUI

Extends
UIAction
Modifiers
native ( inherit )

This action tells the online subsystem to show the keyboard input ui Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.SequenceObject
   |   
   +-- Engine.SequenceOp
      |   
      +-- Engine.SequenceAction
         |   
         +-- Engine.UIAction
            |   
            +-- Engine.UIAction_ShowKeyboardUI

Variables Summary
boolbIsDone
stringStringReturnValue
UIAction_ShowKeyboardUI
boolbIsPassword
boolbShouldValidate
stringDefaultText
stringDescriptionText
stringTitleText
Inherited Variables from Engine.UIAction
bAutoTargetOwner, GamepadID
Inherited Variables from Engine.SequenceAction
bCallHandler, HandlerName, Targets

Functions Summary
function OnKeyboardInputDone (bool bWasSuccessful))
event ReadKeyboardInput ()))
Inherited Functions from Engine.UIAction
GetOwner, GetOwnerScene, IsValidLevelSequenceObject, IsValidUISequenceObject


Variables Detail

bIsDone Source code

var bool bIsDone;
Whether the async call is done or not

StringReturnValue Source code

var string StringReturnValue;
Will hold the resultant value the user input

UIAction_ShowKeyboardUI

bIsPassword Source code

var(UIAction_ShowKeyboardUI) bool bIsPassword;
Whether to use password entry or not

bShouldValidate Source code

var(UIAction_ShowKeyboardUI) bool bShouldValidate;
Whether to validate the text or not

DefaultText Source code

var(UIAction_ShowKeyboardUI) string DefaultText;
The text to put in the edit control by default

DescriptionText Source code

var(UIAction_ShowKeyboardUI) string DescriptionText;
The text describing what is being input

TitleText Source code

var(UIAction_ShowKeyboardUI) string TitleText;
The text to display at the top of the screen


Functions Detail

OnKeyboardInputDone Source code

function OnKeyboardInputDone ( bool bWasSuccessful) )
Reads the results of the user's keyboard input
@param bWasSuccessful whether the call succeeded or not

ReadKeyboardInput Source code

event ReadKeyboardInput ( ) )
Uses the online subsystem to show the virtual keyboard for input


Defaultproperties

defaultproperties
{
   bShouldValidate=True
   bLatentExecution=True
   VariableLinks(0)=(ExpectedType=Class'Engine.SeqVar_String',LinkDesc="Title Text",PropertyName="TitleText")
   VariableLinks(1)=(ExpectedType=Class'Engine.SeqVar_String',LinkDesc="Description Text",PropertyName="DescriptionText")
   VariableLinks(2)=(ExpectedType=Class'Engine.SeqVar_String',LinkDesc="Default Text",PropertyName="DefaultText")
   VariableLinks(3)=(ExpectedType=Class'Engine.SeqVar_Bool',LinkDesc="Needs Validation",PropertyName="bShouldValidate",MinVars=1,MaxVars=255)
   VariableLinks(4)=(ExpectedType=Class'Engine.SeqVar_String',LinkDesc="String Return Value",PropertyName="StringReturnValue",MinVars=1,MaxVars=255)
   ObjName="Get Keyboard Input"
   ObjCategory="Online"
   Name="Default__UIAction_ShowKeyboardUI"
   ObjectArchetype=UIAction'Engine.Default__UIAction'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:46.220 - Created with UnCodeX