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

UE3:SeqAct_Trace (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 06:47, 17 January 2010 by Wormbo (Talk | contribs) (1 revision: class descriptions for UDK January update (part 5))

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> SequenceObject >> SequenceOp >> SequenceAction >> SeqAct_Trace
Package: 
Engine
This class in other games:
UT3


Properties[edit]

Property group 'SeqAct_Trace'[edit]

bTraceActors[edit]

Type: bool

Should actors be traced against?

bTraceWorld[edit]

Type: bool

Should the world be traced against?

Default value: True

Distance[edit]

Type: float

Modifiers: editconst


EndOffset[edit]

Type: Object.Vector


HitLocation[edit]

Type: Object.Vector

Modifiers: editconst


HitObject[edit]

Type: Object

Modifiers: editconst


StartOffset[edit]

Type: Object.Vector


TraceExtent[edit]

Type: Object.Vector

What extent should be used for the trace?

Default values[edit]

Property Value
ObjCategory "Misc"
ObjName "Trace"
OutputLinks[0]
Member Value
LinkDesc "Not Obstructed"
OutputLinks[1]
Member Value
LinkDesc "Obstructed"
VariableLinks[0]
Member Value
LinkDesc "Start"
PropertyName
VariableLinks[1]
Member Value
ExpectedType Class'Engine.SeqVar_Object'
LinkDesc "End"
VariableLinks[2]
Member Value
bWriteable True
ExpectedType Class'Engine.SeqVar_Object'
LinkDesc "HitObject"
PropertyName 'HitObject'
VariableLinks[3]
Member Value
bWriteable True
ExpectedType Class'Engine.SeqVar_Float'
LinkDesc "Distance"
PropertyName 'Distance'
VariableLinks[4]
Member Value
bWriteable True
ExpectedType Class'Engine.SeqVar_Vector'
LinkDesc "HitLoc"
PropertyName 'HitLocation'

Static events[edit]

GetObjClassVersion[edit]

static event int GetObjClassVersion ()

Overrides: SequenceObject.GetObjClassVersion

Return the version number for this class. Child classes should increment this method by calling Super then adding a individual class version to the result. When a class is first created, the number should be 0; each time one of the link arrays is modified (VariableLinks, OutputLinks, InputLinks, etc.), the number that is added to the result of Super.GetObjClassVersion() should be incremented by 1.

Returns:

the version number for this specific class.