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

UTGame.UTSeqAct_ServerTravel

Extends
SequenceAction
Modifiers
native

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

Core.Object
|   
+-- Engine.SequenceObject
   |   
   +-- Engine.SequenceOp
      |   
      +-- Engine.SequenceAction
         |   
         +-- UTGame.UTSeqAct_ServerTravel

Variables Summary
UTSeqAct_ServerTravel
stringTravelURL
Inherited Variables from Engine.SequenceAction
bCallHandler, HandlerName, Targets
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
eventbool IsValidUISequenceObject (optional UIScreenObject TargetObject ))
Inherited Functions from Engine.SequenceOp
Activated, Deactivated, GetBoolVars, GetController, GetLinkedObjects, GetObjectVars, GetPawn, HasLinkedOps, LinkedVariables, PopulateLinkedVariableValues, PublishLinkedVariableValues, Reset


Variables Detail

UTSeqAct_ServerTravel

TravelURL Source code

var(UTSeqAct_ServerTravel) string TravelURL;


Functions Detail

IsValidUISequenceObject Source code

event bool IsValidUISequenceObject ( optional UIScreenObject TargetObject ) )
Determines whether this class should be displayed in the list of available ops in the UI's kismet editor.
@param TargetObject the widget that this SequenceObject would be attached to.
@return TRUE if this sequence object should be available for use in the UI kismet editor


Defaultproperties

defaultproperties
{
   ObjName="Server Travel"
   ObjCategory="Level"
   Name="Default__UTSeqAct_ServerTravel"
   ObjectArchetype=SequenceAction'Engine.Default__SequenceAction'
}

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