Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
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 | |
---|---|
bool | bIsDone |
string | StringReturnValue |
UIAction_ShowKeyboardUI | |
bool | bIsPassword |
bool | bShouldValidate |
string | DefaultText |
string | DescriptionText |
string | TitleText |
Inherited Variables from Engine.UIAction |
---|
bAutoTargetOwner, GamepadID |
Inherited Variables from Engine.SequenceAction |
---|
bCallHandler, HandlerName, Targets |
Functions Summary | ||
---|---|---|
![]() | OnKeyboardInputDone (bool bWasSuccessful)) | |
![]() | ReadKeyboardInput ())) |
Inherited Functions from Engine.UIAction |
---|
GetOwner, GetOwnerScene, IsValidLevelSequenceObject, IsValidUISequenceObject |
Variables Detail |
---|
Whether the async call is done or not
Will hold the resultant value the user input
Whether to use password entry or not
Whether to validate the text or not
The text to put in the edit control by default
The text describing what is being input
The text to display at the top of the screen
Functions Detail |
---|
Reads the results of the user's keyboard input
@param bWasSuccessful whether the call succeeded or not
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 | UnrealScript Documentation |
previous class next class | frames no frames |