I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:ActorFactoryAI (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UDK Object >> ActorFactory >> ActorFactoryAI

Contents

Package: 
Engine
Direct subclass:
UTActorFactoryAI
This class in other games:
UT3

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

[edit] Properties

[edit] Property group 'ActorFactoryAI'

[edit] bGiveDefaultInventory

Type: bool

whether or not to give the spawned Pawn the default inventory for the gametype being played

[edit] ControllerClass

Type: class<AIController>


Default value: Class'Engine.AIController'

[edit] InventoryList

Type: array<class<Inventory> >

additional inventory to give the Pawn

[edit] PawnClass

Type: class<Pawn>


[edit] PawnName

Type: string


[edit] TeamIndex

Type: int

what team to put the AI on

Default value: 255

[edit] Default values

Property Value
bPlaceable False
Personal tools