The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE3:Prefab (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> Prefab
Package: 
Engine
This class in other games:
UDK

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

Properties[edit]

PrefabArchetypes[edit]

Type: array<Object>

Modifiers: const

Array of archetypes, one for each object in the prefab.

PrefabPreview[edit]

Type: Texture2D

Modifiers: editoronly, const

Snapshot of Prefab used for thumbnail in the browser.

PrefabSequence[edit]

Type: Sequence

Modifiers: const

The Kismet sequence that associated with this Prefab.

PrefabVersion[edit]

Type: int

Modifiers: const

Version number of this prefab.

RemovedArchetypes[edit]

Type: array<Object>

Modifiers: const

Array of archetypes that used to be in this Prefab, but no longer are.