I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:VoiceList (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:VerifyInfoT (U2XMP))
Jump to: navigation, search
U2XMP Object >> Actor >> VoiceList
Package: 
U2
Direct subclasses:
VoiceListMarine, VoiceListOtherNPC, VoiceListAmbient, VoiceListMercFemale, VoiceListMercMale

VoiceList.uc $Author: Mbaldwin $ $Date: 10/18/02 6:00p $ $Revision: 3 $

Properties[edit]

Property group 'VoiceList'[edit]

bVerify[edit]

Type: bool


Packages[edit]

Type: array<string>

list of voice package names

VerifyInfo[edit]

Type: array<VerifyInfoT>

info the verify validity of assets

Internal variables[edit]

Next[edit]

Type: int


Default values[edit]

Property Value
bHidden True
Texture Texture'U2.Icons.VoiceList'

Structs[edit]

VerifyInfoT[edit]

SoundSlotInterf.ESoundTableSlot Group 
sound category
int MinSounds 
lower sound limit
int MaxSounds 
upper sound limit

Functions[edit]

Static functions[edit]

GetVoicePackage[edit]

static function string GetVoicePackage (U2Pawn U2P)


Events[edit]

PreBeginPlay[edit]

event PreBeginPlay ()

Overrides: Actor.PreBeginPlay


Other instance functions[edit]

GetNextPackage[edit]

function string GetNextPackage ()


VerifyPackages[edit]

function bool VerifyPackages ()


VerifySinglePackage[edit]

function bool VerifySinglePackage (string PackageName)