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

Engine.PrefabSequence

Extends
Sequence
Modifiers
native ( inherit )

Sequence for a PrefabInstance. Copyright 1998-2011 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.SequenceObject
   |   
   +-- Engine.SequenceOp
      |   
      +-- Engine.Sequence
         |   
         +-- Engine.PrefabSequence

Variables Summary
PrefabInstanceOwnerPrefab
Inherited Variables from Engine.Sequence
ActiveSequenceOps, bEnabled, DefaultViewX, DefaultViewY, DefaultViewZoom, DelayedActivatedOps, LogFile, NestedSequences, QueuedActivations, SequenceObjects, UnregisteredEvents
Inherited Variables from Engine.SequenceOp
ActivateCount, bActive, bAutoActivateOutputLinks, bHaveMovingInputConnector, bHaveMovingOutputConnector, bHaveMovingVarConnector, bLatentExecution, bPendingInputConnectorRecalc, bPendingOutputConnectorRecalc, bPendingVarConnectorRecalc, EventLinks, GamepadID, InputLinks, OutputLinks, PlayerIndex, SearchTag, VariableLinks

Structures Summary
Inherited Structures from Engine.Sequence
ActivateOp, QueuedActivationInfo
Inherited Structures from Engine.SequenceOp
SeqEventLink, SeqOpInputLink, SeqOpOutputInputLink, SeqOpOutputLink, SeqVarLink

Functions Summary
functionPrefabInstance GetOwnerPrefab () con)
function SetOwnerPrefab (PrefabInstance InOwner)
Inherited Functions from Engine.Sequence
FindSeqObjectsByClass, FindSeqObjectsByName, Reset, SetEnabled
Inherited Functions from Engine.SequenceOp
Activated, ActivateNamedOutputLink, ActivateOutputLink, Deactivated, ForceActivateInput, ForceActivateOutput, GetBoolVars, GetController, GetInterpDataVars, GetLinkedObjects, GetObjectVars, GetPawn, HasLinkedOps, LinkedVariables, PopulateLinkedVariableValues, PublishLinkedVariableValues, Reset, VersionUpdated


Variables Detail

OwnerPrefab Source code

var protected PrefabInstance OwnerPrefab;
the PrefabInstance actor that created this PrefabSequence.


Functions Detail

GetOwnerPrefab Source code

native final const function PrefabInstance GetOwnerPrefab ( ) con )
Wrapper for retrieving the current value of OwnerPrefab.
@return a reference to the PrefabInstance that created this PrefabSequence

SetOwnerPrefab Source code

native final function SetOwnerPrefab ( PrefabInstance InOwner )
Accessor for setting the value of OwnerPrefab.
@param InOwner the PrefabInstance that created this PrefabSequence.


Defaultproperties

defaultproperties
{
	ObjName="PrefabSequence"
	bDeletable=false
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: ti 22-3-2011 19:56:55.484 - Created with UnCodeX