Gah - a solution with more questions. – EntropicLqd

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

InVector

Type: Object.Vector


X

Type: float


Y

Type: float


Z

Type: float


Default values

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'