| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.SequenceObject
|
+-- Engine.SequenceVariable
|
+-- Engine.SeqVar_Object
SeqVar_MusicTrack, SeqVar_MusicTrackBank, SeqVar_ObjectList, SeqVar_ObjectVolume, SeqVar_Player, UTSeqVar_Character
| Variables Summary | |
|---|---|
| SeqVar_Object | |
| Object | ObjValue |
| Inherited Variables from Engine.SequenceVariable |
|---|
| VarName |
| Inherited Variables from Engine.SequenceObject |
|---|
| bDeletable, bDrawFirst, bDrawLast, bOutputObjCommentToScreen, bSuppressAutoComment, DrawHeight, DrawWidth, ObjCategory, ObjClassVersion, ObjColor, ObjComment, ObjInstanceVersion, ObjName, ObjPosX, ObjPosY, ParentSequence |
| Functions Summary | ||
|---|---|---|
![]() | Object | GetObjectValue ())) |
![]() | SetObjectValue (Object NewValue)) | |
| Inherited Functions from Engine.SequenceVariable |
|---|
| IsValidUISequenceObject |
| Inherited Functions from Engine.SequenceObject |
|---|
| GetWorldInfo, IsValidLevelSequenceObject, IsValidUISequenceObject, ScriptLog |
| Variables Detail |
|---|
| Functions Detail |
|---|
GetObjectValue Source codereturns the object this variable is currently pointing to if this variable represents a list of objects, only returns the first one
SetObjectValue Source codesets the object this variable points to
| Defaultproperties |
|---|
defaultproperties
{
ObjName="Object"
ObjCategory="Object"
ObjColor=(B=255,G=0,R=255,A=255)
Name="Default__SeqVar_Object"
ObjectArchetype=SequenceVariable'Engine.Default__SequenceVariable'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||