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

Engine.SeqVar_Named

Extends
SequenceVariable
Modifiers
hidecategories ( SequenceVariable ) native ( Sequence )

Core.Object
|   
+-- Engine.SequenceObject
   |   
   +-- Engine.SequenceVariable
      |   
      +-- Engine.SeqVar_Named

Variables Summary
boolbStatusIsOk
class<SequenceVariable>ExpectedType
SeqVar_Named
NameFindVarName
Inherited Variables from Engine.SequenceVariable
VarName
Inherited Variables from Engine.SequenceObject
bDeletable, bDrawFirst, bDrawLast, bOutputObjCommentToScreen, bSuppressAutoComment, DrawHeight, DrawWidth, ObjCategory, ObjClassVersion, ObjColor, ObjComment, ObjInstanceVersion, ObjName, ObjPosX, ObjPosY, ParentSequence

Functions Summary
Inherited Functions from Engine.SequenceVariable
IsValidUISequenceObject
Inherited Functions from Engine.SequenceObject
GetWorldInfo, IsValidLevelSequenceObject, IsValidUISequenceObject, ScriptLog


Variables Detail

bStatusIsOk Source code

var bool bStatusIsOk;
For use in Kismet, to indicate if this variable is ok. Updated in UpdateStatus.

ExpectedType Source code

var class<SequenceVariable> ExpectedType;
Class that this variable will act as. Set automaticall when connected to a SequenceOp variable connector.

SeqVar_Named

FindVarName Source code

var(SeqVar_Named) Name FindVarName;
Will search entire level's sequences (ie all subsequences) to find a variable whos VarName matches FindVarName.


Defaultproperties

defaultproperties
{
   ObjName="Named Variable"
   Name="Default__SeqVar_Named"
   ObjectArchetype=SequenceVariable'Engine.Default__SequenceVariable'
}

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