UE3:UTCharFamilyAssetStore (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
UT3 Object >> UTCharFamilyAssetStore
Package:
UTGame
This class in other games:

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved. Used to keep custom char assets alive after loading.

Properties

FamilyAssets

Type: array<Object>

Modifiers: const

Pointers to all objects contained within asset packages.

FamilyID

Type: string

Modifiers: const

Id of family whose assets this is the store for.

NumPendingPackages

Type: int

Modifiers: const

Number of packages still waiting to be loaded. You need to wait for this to reach zero before calling StartCustomCharMerge

StartLoadTime

Type: float

Modifiers: const

Time that we started loading these assets.