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

UTGame.UTSeqCond_HasInventory

Extends
SequenceCondition

activates output depending on whether the given Pawn has the specified inventory item

Core.Object
|   
+-- Engine.SequenceObject
   |   
   +-- Engine.SequenceOp
      |   
      +-- Engine.SequenceCondition
         |   
         +-- UTGame.UTSeqCond_HasInventory

Variables Summary
ActorTarget
UTSeqCond_HasInventory
boolbAllowSubclass
boolbCheckVehicleDriver
class<Inventory>RequiredInventory
Inherited Variables from Engine.SequenceOp
ActivateCount, bActive, bAutoActivateOutputLinks, bLatentExecution, EventLinks, InputLinks, OutputLinks, PlayerIndex, SearchTag, VariableLinks

Structures Summary
Inherited Structures from Engine.SequenceOp
SeqEventLink, SeqOpInputLink, SeqOpOutputInputLink, SeqOpOutputLink, SeqVarLink

Functions Summary
event Activated ()))
Inherited Functions from Engine.SequenceCondition
IsValidUISequenceObject
Inherited Functions from Engine.SequenceOp
Activated, Deactivated, GetBoolVars, GetController, GetLinkedObjects, GetObjectVars, GetPawn, HasLinkedOps, LinkedVariables, PopulateLinkedVariableValues, PublishLinkedVariableValues, Reset


Variables Detail

Target Source code

var Actor Target;
player to look for inventory on

UTSeqCond_HasInventory

bAllowSubclass Source code

var(UTSeqCond_HasInventory) bool bAllowSubclass;
whether subclasses of the specified class count

bCheckVehicleDriver Source code

var(UTSeqCond_HasInventory) bool bCheckVehicleDriver;
whether to check the driver Pawn if the player is in a vehicle

RequiredInventory Source code

var(UTSeqCond_HasInventory) class<Inventory> RequiredInventory;
inventory item to check


Functions Detail

Activated Source code

event Activated ( ) )


Defaultproperties

defaultproperties
{
   OutputLinks(0)=(LinkDesc="Has Item")
   OutputLinks(1)=(LinkDesc="Doesn't Have Item")
   VariableLinks(0)=(ExpectedType=Class'Engine.SeqVar_Object',LinkDesc="Target",PropertyName="Target",MinVars=1,MaxVars=1)
   ObjName="Has Inventory"
   Name="Default__UTSeqCond_HasInventory"
   ObjectArchetype=SequenceCondition'Engine.Default__SequenceCondition'
}

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