There is no spoon

UE3:SeqAct_GetVectorComponents (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> SequenceObject >> SequenceOp >> SequenceAction >> SeqAct_GetVectorComponents
Package: 
Engine


Properties[edit]

InVector[edit]

Type: Object.Vector


X[edit]

Type: float


Y[edit]

Type: float


Z[edit]

Type: float


Default values[edit]

Property Value
ObjCategory "Math"
ObjName "Get Vector Components"
VariableLinks[0]
Member Value
ExpectedType Class'Engine.SeqVar_Vector'
LinkDesc "Input Vector"
PropertyName 'InVector'
VariableLinks[1]
Member Value
ExpectedType Class'Engine.SeqVar_Float'
LinkDesc "X"
PropertyName 'X'
VariableLinks[2]
Member Value
ExpectedType Class'Engine.SeqVar_Float'
LinkDesc "Y"
PropertyName 'Y'
VariableLinks[3]
Member Value
ExpectedType Class'Engine.SeqVar_Float'
LinkDesc "Z"
PropertyName 'Z'