I love the smell of UnrealEd crashing in the morning. – tarquin

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

Property group 'UTSeqCond_IsLinkSetupActive'

LinkSetupsToCheck

Type: array<name>

the list of link setups to check

Default values

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

Events

Activated

event Activated ()

Overrides: SequenceOp.Activated

Called when this event is activated.