Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE3:SeqVar_Object (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> SequenceObject >> SequenceVariable >> SeqVar_Object
Package: 
Engine
Direct subclasses:
SeqVar_Group, SeqVar_ObjectList, SeqVar_ObjectVolume, SeqVar_Player, UTSeqVar_Character
This class in other games:
UT3


Properties[edit]

Property group 'SeqVar_Object'[edit]

ObjValue[edit]

Type: Object

Modifiers: protected


Internal variables[edit]

ActorLocation[edit]

Type: Object.Vector

Modifiers: transient

Local copy of the actor location, used as a dummy when treating an Actor as a vector, to prevent accidental writes to the Actor location

SupportedClasses[edit]

Type: array<class<Object> >

Modifiers: const


Default value: Class'Core.Object'

Default values[edit]

Property Value
ObjCategory "Object"
ObjColor
Member Value
A 255
B 255
G 0
R 255
ObjName "Object"

Instance functions[edit]

GetObjectValue[edit]

function Object GetObjectValue ()

returns the object this variable is currently pointing to if this variable represents a list of objects, only returns the first one

SetObjectValue[edit]

function SetObjectValue (Object NewValue)

sets the object this variable points to