UE3:SeqVar Named (UDK): Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
No edit summary
 
No edit summary
Line 13: Line 13:
'''Type:''' [[class]]<{{cl|SequenceVariable}}>
'''Type:''' [[class]]<{{cl|SequenceVariable}}>


<!-- enter variable description -->
Class that this variable will act as. Set automatically when connected to a SequenceOp variable connector.


====FindVarName====
====FindVarName====

Revision as of 05:24, 17 January 2010

UDK Object >> SequenceObject >> SequenceVariable >> SeqVar_Named
Package:
Engine
This class in other games:

null

Properties

Property group 'SeqVar_Named'

ExpectedType

Type: class<SequenceVariable>

Class that this variable will act as. Set automatically when connected to a SequenceOp variable connector.

FindVarName

Type: name

Will search entire level's sequences (ie all subsequences) to find a variable whose VarName matches FindVarName.

Internal variables

bStatusIsOk

Type: bool

Modifiers: transient

For use in Kismet, to indicate if this variable is ok. Updated in UpdateStatus.

Default values

Property Value
ObjName "Named Variable"