Always snap to grid
UE3:PrefabSequence (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 05:24, 17 January 2010 by (Talk)
Object >> SequenceObject >> SequenceOp >> Sequence >> PrefabSequence |
- Package:
- Engine
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Sequence for a PrefabInstance.
Copyright 1998-2009 Epic Games, Inc. All Rights Reserved
Properties
OwnerPrefab
Type: PrefabInstance
Modifiers: protected
the PrefabInstance actor that created this PrefabSequence.
Default values
Property | Value |
---|---|
bDeletable | False |
ObjName | "PrefabSequence" |
Native functions
GetOwnerPrefab
native final function PrefabInstance GetOwnerPrefab () const
Wrapper for retrieving the current value of OwnerPrefab.
Returns:
- a reference to the PrefabInstance that created this PrefabSequence
SetOwnerPrefab
native final function SetOwnerPrefab (PrefabInstance InOwner)
Accessor for setting the value of OwnerPrefab.
Parameters:
- InOwner - the PrefabInstance that created this PrefabSequence.