The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE3:UTSeqCond_IsLinkSetupActive (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> SequenceObject >> SequenceOp >> SequenceCondition >> UTSeqCond_IsLinkSetupActive
Package: 
UTGame

condition that activates an output depending on whether one of the link setups in a list is currently active

Properties[edit]

Property group 'UTSeqCond_IsLinkSetupActive'[edit]

LinkSetupsToCheck[edit]

Type: array<name>

the list of link setups to check

Default values[edit]

Property Value
ObjName "Is Link Setup Active"
OutputLinks[0]
Member Value
LinkDesc "Active"
OutputLinks[1]
Member Value
LinkDesc "Not Active"

Events[edit]

Activated[edit]

event Activated ()

Overrides: SequenceOp.Activated

Called when this event is activated.