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

GameFramework.SeqEvent_MobileObjectPicker

Extends
SeqEvent_MobileRawInput
Modifiers
native

Copyright 1998-2011 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.SequenceObject
   |   
   +-- Engine.SequenceOp
      |   
      +-- Engine.SequenceEvent
         |   
         +-- GameFramework.SeqEvent_MobileRawInput
            |   
            +-- GameFramework.SeqEvent_MobileObjectPicker

Variables Summary
vectorFinalTouchLocation
vectorFinalTouchNormal
objectFinalTouchObject
mobile
boolbCheckonTouch
floatTraceDistance
SeqEvent_MobileObjectPicker
array<Object>Targets
Inherited Variables from GameFramework.SeqEvent_MobileRawInput
TimeStamp, TouchIndex, TouchLocationX, TouchLocationY, TouchpadIndex
Inherited Variables from Engine.SequenceEvent
ActivationTime, bClientSideOnly, bEnabled, bPlayerOnly, bRegistered, DuplicateEvts, Instigator, MaxTriggerCount, MaxWidth, Originator, Priority, ReTriggerDelay, TriggerCount

Functions Summary
Inherited Functions from GameFramework.SeqEvent_MobileRawInput
RegisterEvent
Inherited Functions from Engine.SequenceEvent
CheckActivate, RegisterEvent, Reset, Toggled


Variables Detail

FinalTouchLocation Source code

var vector FinalTouchLocation;

FinalTouchNormal Source code

var vector FinalTouchNormal;

FinalTouchObject Source code

var object FinalTouchObject;

mobile

bCheckonTouch Source code

var(mobile) bool bCheckonTouch;
Should we check on touch/move as well

TraceDistance Source code

var(mobile) float TraceDistance;
How far should this object track out to hit something

SeqEvent_MobileObjectPicker

Targets Source code

var(SeqEvent_MobileObjectPicker) array<Object> Targets;
List of objects that we are looking for touches on


Defaultproperties

defaultproperties
{
	ObjName="Mobile Object Picker"
	ObjCategory="Input"
	MaxTriggerCount=0
	TraceDistance=20480
	OutputLinks.Empty
	OutputLinks(0)=(LinkDesc="Success")
	OutputLinks(1)=(LinkDesc="Fail")
	VariableLinks.Empty
	VariableLinks(0)=(ExpectedType=class'SeqVar_Object',LinkDesc="Target",PropertyName=Targets)
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: ti 22-3-2011 19:56:56.714 - Created with UnCodeX