Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.SeqVar_Object

Extends
SequenceVariable
Modifiers
native ( Sequence )

Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.SequenceObject
   |   
   +-- Engine.SequenceVariable
      |   
      +-- Engine.SeqVar_Object

Direct Known Subclasses:

SeqVar_MusicTrack, SeqVar_MusicTrackBank, SeqVar_ObjectList, SeqVar_ObjectVolume, SeqVar_Player, UTSeqVar_Character

Variables Summary
SeqVar_Object
ObjectObjValue
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
functionObject GetObjectValue ()))
function SetObjectValue (Object NewValue))
Inherited Functions from Engine.SequenceVariable
IsValidUISequenceObject
Inherited Functions from Engine.SequenceObject
GetWorldInfo, IsValidLevelSequenceObject, IsValidUISequenceObject, ScriptLog


Variables Detail

SeqVar_Object

ObjValue Source code

var(SeqVar_Object) protected Object ObjValue;


Functions Detail

GetObjectValue Source code

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 Source code

function SetObjectValue ( Object NewValue) )
sets 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
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:44.002 - Created with UnCodeX