Mostly Harmless

UE3:Prefab (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> Prefab
Package: 
Engine
This class in other games:
UT3


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: PrefabSequence

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.