There is no spoon

UE3:UTSeqAct_GetTeamNum (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> SequenceObject >> SequenceOp >> SequenceAction >> UTSeqAct_GetTeamNum
Package: 
UTGame
This class in other games:
UDK

Returns the team number of the specified target actor.

Properties[edit]

TeamNum[edit]

Type: int

Helper variable for the Team Number variable link.

Default values[edit]

Property Value
bCallHandler False
ObjCategory "Team"
ObjName "Get Team Number"
VariableLinks[0]
Member Value
MaxVars 1
VariableLinks[1]
Member Value
bWriteable True
ExpectedType Class'Engine.SeqVar_Int'
LinkDesc "Team Number"
MaxVars 1
MinVars 1
PropertyName 'TeamNum'

Events[edit]

Activated[edit]

event Activated ()

Overrides: SequenceOp.Activated

Assigns the target actor's team number to the TeamNum property, and thus the Team Number variable link. The team number is determined via Actor.GetTeamNum().