UE3:PrefabSequence (UDK): Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
No edit summary
 
m 1 revision: class descriptions for UDK January update (part 4)
 
(One intermediate revision by the same user not shown)
Line 43: Line 43:
{{code|native final function '''SetOwnerPrefab''' ({{cl|PrefabInstance}} '''InOwner''')}}
{{code|native final function '''SetOwnerPrefab''' ({{cl|PrefabInstance}} '''InOwner''')}}


<!-- enter function description -->
Accessor for setting the value of OwnerPrefab.
 
'''Parameters:'''
* ''InOwner'' - the PrefabInstance that created this PrefabSequence.

Latest revision as of 05:44, 17 January 2010

UDK Object >> SequenceObject >> SequenceOp >> Sequence >> PrefabSequence
Package:
Engine

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.